从PHP在Windows Azure中的电子邮件 [英] Email from PHP in Windows Azure

查看:143
本文介绍了从PHP在Windows Azure中的电子邮件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在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服务器的能力,并具有COM prehensive附件支持。

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.

这篇关于从PHP在Windows Azure中的电子邮件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆