将 gmail 配置为本地邮件客户端

发布于 2024-11-17 00:36:31 字数 567 浏览 0 评论 0 原文

我将 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 还有其他设置吗?

谢谢。

I have config gmail as a local SMTP mail client. I have use host as smtp.gmail.com, my gmail address as username and its password and 587 as port. But i didnt see any emails send from. I have also uncomment the following lines in 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]

What am i missing please? I am using windows7 x64. I have notice the php.ini says for windows 32 only? is there a another settings for windows x64?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

弱骨蛰伏 2024-11-24 00:36:31

在这里你有完整的教程解释如何实现这个

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文