时时商务社区

标题: php mail to 配置详解 [打印本页]

作者: qz234    时间: 2018-2-14 06:01

            [U]复制代码[/U] 代码如下:
[mail function]
; For Win32 only.
SMTP = mail3.focuschina.com
smtp_port = 25
; For Win32 only.
;sendmail_from = me@example.com

仅仅配置了如上的代码,没有用到用户名和密码,测试代码成功发送邮件
好读书,不求甚解。。以上
发送的测试代码:
[U]复制代码[/U] 代码如下:
';
$from = iconv('UTF-8', 'GBK', $from);
$headers = "From: " . $from . "\nContent-Type: text/html; charset=GBK; MIME-Version: 1.0'\n";
$to="xuedagong@163.com";
if(mail($to, $subject, $message,$headers)){
echo "Ok.";
}else{
echo "Fail.";
}
            
            
您可能感兴趣的文章:
  • 用php发送带附件的Email
  • PHP下MAIL的另一解决方案
  • PHP mail()函数使用及配置方法
  • php中mail函数发送邮件失败的解决方法
  • Ubuntu中启用php的mail()函数并解决发送邮件速度慢问题
            




    欢迎光临 时时商务社区 (http://bbs.4435.cn/) Powered by Discuz! X3.2