使用 php 和 gmail 发送电子邮件的最佳方式是什么?
使用 php 和 gmail 发送电子邮件的最佳方式是什么?
我找到了以下链接:
但是从它的网站下载 PHPMailer 后,我找不到 class.phpmailer.php !
你能告诉我一种发送邮件的方法吗(gmail 服务器和 php 局域网)?
另一个问题是我的 Gmail 帐户已在 smtp 上设置/可以吗?
此致
what is the best way for sending E-mails using php and gmail ?
i found th below link :
but after download PHPMailer form it's site , i could n't find class.phpmailer.php !
would u plz show me a way for sending mail (gmail server and php lan)?
another question is my gmail account has set on smtp / is it ok?
best regards
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我建议您使用 SwiftMailer 及其 SmtpTransport,在其中指定 smtp.gmail.com 作为 SMTP 服务器并指定它使用 SSL 。
示例:
编辑,
根据要求 - 这是一个完整的示例(尽管未经测试):
I suggest you use SwiftMailer with its SmtpTransport, where you specify smtp.gmail.com as SMTP server and specify it to use SSL.
Example:
Edit,
as requested - here's a full example (untested though):
也许您的免费主机上包含 Zend Framework?
所以你可以使用 Zend Mail:
http://framework.zend.com/manual/1.11/en /zend.mail.introduction.html
Maybe there is Zend Framework included on your free host?
So you could use Zend Mail:
http://framework.zend.com/manual/1.11/en/zend.mail.introduction.html