我一直在拼命地试图从gmail帐户的xampp上运行从php文件发送的电子邮件。
我想使用Gmails SMTP,因为我一直试图让Mercury工作,这是非常有问题的。到目前为止,我按如下所述进行了设置:
[sendmail]
smtp_server=smtp.gmail.com
smtp_port=25
smtp_ssl=auto
auth_username=justinharr6@gmail.com
auth_password=*password*
force_sender=justinharr@gmail.com
[mail function]
sendmail_path = "\"C:\xampp\sendmail\sendmail.exe\" -t"
mail.add_x_header = Off
(everything else commented out)
请记住,这是我尝试过的众多配置中的一种,但都不起作用。我的php文件从Mail调用返回true,但它永远不会到达目的地。任何帮助将不胜感激。
答案 0 :(得分:1)
我假设您正在尝试通过本地主机发送邮件
我建议您使用 PHP邮件程序类