【问题标题】:Email from PHP in Windows Azure [closed]Windows Azure 中来自 PHP 的电子邮件 [关闭]
【发布时间】:2011-03-22 12:42:42
【问题描述】:

如何在 Windows Azure 环境中发送带有 PHP 附件的电子邮件(gmail?)。

【问题讨论】:

  • 现在前几个谷歌结果不是最好的,但是php邮件类很容易找到。我想到了 Swiftmailer。

标签: php email azure gmail


【解决方案1】:

This blog post 建议 Windows Azure 不附带 SMTP 服务器

这意味着您需要使用可用的第三方 SMTP 服务器来发送邮件。 Gmail可能适合您。 This seems to be Gmail's SMTP server information.

SwiftMailer 是这里经常推荐的邮件库之一。它提供连接到经过身份验证的 SMTP 服务器的能力,并具有全面的附件支持。

【讨论】:

  • 我在尝试做同样的事情时来到这里,可以访问 Azure 服务器,通过我的 gmail 帐户使用 PHPMailer,但我遇到了问题,服务器节点出现在瑞士,我在其他国家/地区,Gmail 一直阻止来自该服务器的登录尝试,有什么建议吗?
猜你喜欢
  • 2013-01-11
  • 1970-01-01
  • 1970-01-01
  • 2011-07-21
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多