If you are developing on a windows server using xampp or a similar webserver package you might run into issues with testing functions that reply on emails. That’s because windows got no built in SMTP server.
But there are simple SMTP servers aiming at developers only. and one of them is the antix smtp server:
Warning! The Antix SMTP server has been discontinued!
The official antix smtp server website is offline and alternative downloads on other websites had a trojan inside according to virustotal.com.
Antix SMTP server Alternatives
http://smtp4dev.codeplex.com/
https://github.com/yankee42/developmentSMTP
Der Beitrag Simple to use Windows SMTP test server for developers erschien zuerst auf notboring dev blog.