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 的电子邮件


基础教程推荐
- Cron Jobs 调用带有变量的 PHP 脚本 2022-01-01
- 如何替换eregi() 2022-01-01
- YouTube API v3 点赞视频,但计数器不增加 2022-01-01
- 在PHP中根据W3C规范Unicode 2022-01-01
- 如何在 Laravel 中使用 React Router? 2022-01-01
- PHP 类:全局变量作为类中的属性 2021-01-01
- PHP PDO MySQL 查询 LIKE ->多个关键词 2021-01-01
- 学说 dbal querybuilder 作为准备好的语句 2022-01-01
- 有什么方法可以用编码 UTF-8 而不是 Unicode 返回 PHP`json_encode`? 2021-01-01
- 如何在 Laravel 5.3 注册中添加动态下拉列表列? 2021-01-01