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 的电子邮件
基础教程推荐
- 超薄框架REST服务两次获得输出 2022-01-01
- 在 Woocommerce 中根据运输方式和付款方式添加费用 2021-01-01
- 在多维数组中查找最大值 2021-01-01
- 在 PHP 中强制下载文件 - 在 Joomla 框架内 2022-01-01
- WooCommerce 中选定产品类别的自定义产品价格后缀 2021-01-01
- Libpuzzle 索引数百万张图片? 2022-01-01
- 如何在 PHP 中的请求之间持久化对象 2022-01-01
- XAMPP 服务器不加载 CSS 文件 2022-01-01
- mysqli_insert_id 是否有可能在高流量应用程序中返回 2021-01-01
- 通过 PHP SoapClient 请求发送原始 XML 2021-01-01