Email from PHP in Windows Azure [closed]
How can send e-mail (gmail ?) with attachments from PHP in Windows Azure enviroment.
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.
精彩评论