我需要做什么才能让 php 能够使用 Google Apps 发送邮件?
目前没有 MX 记录指向我的服务器。我需要更改任何 MX 记录才能使 php sendmail 正常工作吗?我只需要 php 就能够发送邮件(在多个虚拟域上......)。另外你推荐sendmail还是postfix?谢谢...
Currently there are no MX records pointing to my server. Will I need to change any MX records to get php sendmail working? I only need php to be able to send mail (on multiple virtual domains...). Also do you recommend sendmail or postfix? thanks...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Postfix 更容易配置,所以我随时都会说 Postfix。
您不必为了发送邮件而更改任何 MX 记录。只需正确配置 Postfix 就可以了。
Postfix is much easier to configure, so I say Postfix any day.
You won't have to change any MX records just to send mail. Just configure Postfix properly and you're good to go.
我只想使用一个允许您从远程 SMTP 服务器发送的库。通常我使用 SwiftMailer,但在过去 phpMailer 已经很好地完成了这项工作......
I would just use a library the allows you to send from a remote SMTP server. Typically i use SwiftMailer but in the past phpMailer has done the job just fine...