通过 smtp 服务器发送电子邮件
您好,
我正在开发一个网站,使用php的mail()函数发送电子邮件。然而,由于服务器出现一些问题,电子邮件无法正确发送。由于这个原因我想使用gmail服务器发送电子邮件。我如何实现 php 脚本以使用 smtp 服务器身份验证发送电子邮件?我还了解到它使用 pear 电子邮件包来发送电子邮件。我如何知道 pear 已安装在我的远程服务器上。服务器不允许我查看 php info()?请帮忙...
Possible Duplicate:
Sending email through Gmail SMTP using PHP
Hi,
I am working on a site, that uses mail() function of php to send emails. However the emails are not delivered properly as the server has got some problems. I want to use gmail server to send emails for this reason. How can i implement the php script to send emails using smtp server authentication? Also i have learnt that it uses pear package for email to send emails. How can I know that pear is installed on my remote server. The server doenot allow me to view php info()? Please help...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
从 PHP 页面使用 GMail SMTP 服务器发送电子邮件
我认为这会有所帮助。
Send email using the GMail SMTP server from a PHP page
I think it will be helpful.
我使用 Pear Mail 与 SMTP 非常简单,您可以请参阅一些示例
抱歉,我没有阅读所有问题,您无法知道服务器中是否有 Pear,为什么不发送电子邮件或票证来支持?
I use Pear Mail with SMTP is very easy, and you can see some examples
Sorry i don'r read all question, you can't know if you have pear in server, why not send email or ticket to support ?
PHPMailer 是一个非常好的发送电子邮件的 PHP 库。您只需将文件安装到您自己的区域即可,无需管理员操作。
PHPMailer is a very good PHP library to send e-mails. You may just install the files into your own area, no administrator action is necessary.