1. 首页
  2. 数据库
  3. 其它
  4. php mail to 配置详解

php mail to 配置详解

上传者: 2020-12-23 00:27:00上传 PDF文件 29.48KB 热度 16次
复制代码 代码如下: [mail function] ; For Win32 only. SMTP = mail3.focuschina.com smtp_port = 25 ; For Win32 only. ;sendmail_from = me@example.com 仅仅配置了如上的代码,没有用到用户名和密码,测试代码成功发送邮件 好读书,不求甚解。。以上 发送的测试代码: 复制代码 代码如下: <?php [php] view plaincopyprint?在CODE上查看代码片派生到我的代码片 $subject = iconv(‘UTF-8’, ‘GBK’, “邮件标题”)
下载地址
用户评论