I am trying to test some code locally and I need help getting a local mail server to test my PHP code that uses the mail();. If you know how to do this I would really appreciate the help! Thanks!
How to get a local mail server for PHP mail(); Function?
I am trying to test some code locally and I need help getting a local mail server to test my PHP code that uses the mail();. If you know how to do this I would really appreciate the help! Thanks!
One Response
Leave a Comment


January 16th, 2009 at 8:31 am
If you are testing out scripts, then I highly suggest:
Antix SMTP server.
It emulates a real SMTP server, but does not actually send the emails.
Perfect for developers.