Email from PHP in Windows Azure(在 Windows Azure 中来自 PHP 的电子邮件)
问题描述
如何在 Windows Azure 环境中发送带有 PHP 附件的电子邮件(gmail?).
How can send e-mail (gmail ?) with attachments from PHP in Windows Azure enviroment.
推荐答案
这篇博文表明 Windows Azure 不附带 SMTP 服务器.
This blog post suggests that Windows Azure does not come with an SMTP server.
这意味着您需要使用可用的第三方 SMTP 服务器来发送邮件.Gmail可能适合您.这似乎是 Gmail 的 SMTP 服务器信息.
This means that you will need to use an available third party SMTP server to send mail. Gmail might work for you. This seems to be Gmail's SMTP server information.
SwiftMailer 是这里经常推荐的邮件库之一.它提供连接到经过身份验证的 SMTP 服务器的能力,并具有全面的附件支持.
SwiftMailer is one of the mailing libraries that is recommended frequently here. It provides the ability to connect to authenticated SMTP servers and has comprehensive attachment support.
这篇关于在 Windows Azure 中来自 PHP 的电子邮件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:在 Windows Azure 中来自 PHP 的电子邮件
- 带有通配符的 Laravel 验证器 2021-01-01
- 没有作曲家的 PSR4 自动加载 2022-01-01
- 正确分离 PHP 中的逻辑/样式 2021-01-01
- 从 PHP 中的输入表单获取日期 2022-01-01
- SoapClient 设置自定义 HTTP Header 2021-01-01
- PHP Count 布尔数组中真值的数量 2021-01-01
- Mod使用GET变量将子域重写为PHP 2021-01-01
- Laravel 仓库 2022-01-01
- Oracle 即时客户端 DYLD_LIBRARY_PATH 错误 2022-01-01
- 如何定位 php.ini 文件 (xampp) 2022-01-01