简体   繁体   English

Windows 8的与php邮件兼容的邮件服务器

[英]mail server for windows 8 compatible with php mail

Using php 5.3 and trying to use the mail command. 使用php 5.3并尝试使用mail命令。 I have windows 8 and want to get a pop3/smtp mail server setup so i can actually test the php mail functionality. 我有Windows 8,并希望获得pop3 / smtp邮件服务器设置,以便我可以实际测试php邮件功能。 I'm using apache web server and IIS for my version of windows 8 doesn't come with a smtp server. 我正在使用apache Web服务器和IIS,而我的Windows 8版本没有smtp服务器。

Any idea of what i should use to get this setup. 我应该使用什么来获得此设置的任何想法。

All attached is a link to Php Class that will send mail to SSL SMTP based servers with secure authentication which is pretty much every major mail server now. 所有附件均是指向Php类的链接,该类将通过安全身份验证将邮件发送到基于SSL SMTP的服务器,现在几乎是每个主要邮件服务器。 I plugged this in and it worked flawlessly after i realized cut and paste removed some important backslash escapes on the strings. 我将其插入后,在意识到剪切和粘贴去除了弦上一些重要的反斜杠转义符之后,它可以完美地工作。

http://www.kidmoses.com/blog-article.php?bid=56 Thanks KidMoses http://www.kidmoses.com/blog-article.php?bid=56感谢KidMoses

Anyhow i dropped this in and voila it does what php mail will not do which is deal with SSL based SMTP authentication. 无论如何,我将其放在其中,瞧,它会执行php邮件不会执行的操作,这是基于SSL的SMTP身份验证的处理。

This one was a beast to track down. 这是一头可追踪的野兽。 Of course there was allot of chat about PEAR doing the same thing but after search after search i couldn't find a windows based installer for the pear module install. 当然,有很多关于PEAR做同样事情的聊天,但是在搜索之后,我找不到用于梨模块安装的基于Windows的安装程序。 Also i dare someone to try to find any information on Windows 8 SMTP Setup as SMTP is yanked from IIS 8 and i could not find one single article on how to config a SMTP server natively in Windows 8.... Microsoft is just continuing to doom itself. 另外,我还敢于有人尝试在Windows 8 SMTP安装程序上查找任何信息,因为SMTP已从IIS 8中退出,并且我找不到关于如何在Windows 8本机配置SMTP服务器的任何一篇文章。厄运本身。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM