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!
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
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.