Email from PHP in Windows Azure [closed]

霸气de小男生 提交于 2020-01-11 14:24:58

问题


How can send e-mail (gmail ?) with attachments from PHP in Windows Azure enviroment.


回答1:


This blog post suggests that Windows Azure does not come with an SMTP server.

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 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.



来源:https://stackoverflow.com/questions/5391392/email-from-php-in-windows-azure

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!