将 gmail 配置为本地邮件客户端
我将 gmail 配置为本地 SMTP 邮件客户端。我使用主机作为 smtp.gmail.com,我的 gmail 地址作为用户名及其密码,587 作为端口。但我没有看到任何发送的电子邮件。我还取消了 php.ini 中以下行的注释,
[mail function] For Win32 only.
http://php.net/smtp SMTP = localhost
http://php.net/smtp-port smtp_port =
587
; For Win32 only.
http://php.net/sendmail-from
sendmail_from = [email protected]
请问我缺少什么?我使用的是windows7 x64。我注意到 php.ini 说仅适用于 Windows 32? Windows x64 还有其他设置吗?
谢谢。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在这里你有完整的教程解释如何实现这个
http://digiex.net/guides-reviews/guides-tutorials/application-guides/544-configuring-php-under-windows-use-gmail-external-smtp-server-ssl.html< /a>
我还推荐一个很棒的类来发送电子邮件PHPMailer:
教程
here you have got full tutorial explaining how to achieve this
http://digiex.net/guides-reviews/guides-tutorials/application-guides/544-configuring-php-under-windows-use-gmail-external-smtp-server-ssl.html
there is also great class that I'd recommend for sending e-mails PHPMailer:
tutorial here