在pc中设置邮件服务器 [英] Setting up mail server in pc

查看:415
本文介绍了在pc中设置邮件服务器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在我使用PHP脚本时,有时需要发送电子邮件。要查看进度,我必须在线上传完整的项目。有没有办法在本地机器上设置邮件服务器?我正在使用Windows 8。

While I working on a PHP script, sometimes it need to send emails. To see the progress I have to upload the full project online. Is there any way to setting up a mail server in my local machine? I'm using windows 8.

推荐答案

PHPMailer 是一个全功能支持SMTP和POP3的PHP的电子邮件传输类。所以你不需要在你的电脑上设置邮件服务器。

PHPMailer is a full featured email transfer Class for PHP supporting SMTP and POP3. So you not need to setup mail server on your pc. It works on localhost too.

类功能


  • 可能是世界上最流行的从PHP发送电子邮件的代码!

  • 许多开源项目使用:Drupal,SugarCRM,Yii,Joomla!和更多的

  • 集成的SMTP支持 - 发送没有本地邮件服务器

  • 发送多个TOs,CC, BCC和REPLY-TOs

  • 不读取HTML电子邮件的邮件客户端的多部分/替代电子邮件

  • 支持8位,base64,二进制和引用可打印的编码

  • 使用LOGIN,PLAIN,NTLM和CRAM-MD5机制进行SMTP验证

  • 母语支持

  • 兼容PHP 5.0及更高版本

  • 更多!

  • Probably the world's most popular code for sending email from PHP!
  • Used by many open-source projects: Drupal, SugarCRM, Yii, Joomla! and many more
  • Integrated SMTP support - send without a local mail server
  • Send emails with multiple TOs, CCs, BCCs and REPLY-TOs
  • Multipart/alternative emails for mail clients that do not read HTML email
  • Support for 8bit, base64, binary, and quoted-printable encoding
  • SMTP authentication with LOGIN, PLAIN, NTLM and CRAM-MD5 mechanisms
  • Native language support
  • Compatible with PHP 5.0 and later
  • Much more!

Githup Repo和更多关于它

这篇关于在pc中设置邮件服务器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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