MTA for windows to use for PHP Sendmail

喜夏-厌秋 提交于 2019-12-02 07:07:31

Though I'd suggest using the phpmailer option (hm, a swiftmailer option would be even better imho) there's e.g. http://msmtp.sourceforge.net/ (or simpler http://glob.com.au/sendmail/ )

It takes an email like a sendmail mail submission agent would but doesn't inject it into the local MTA queue. Instead is sends the mail via smpt to another mailing system (gmail e.g.).
phpmailer would do more or less the same thing but without spawing a new process.

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