Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Idrish Laxmidhar's Blog:
How to send mail from Localhost with XAMPP and mercury/32
Feb 01, 2010 @ 17:19:39

In a recent post to his blog Idrish Laxmidhar walks you through the process of getting Mercury set up for local mailing and used by an XAMPP installation for debugging.

Had tried to make php mail() work on localhost. But had failed. So gave up. This was around 8 months back. Now again some days back had to use the Php mail function on one project. [...] A lot of google searching and some simple steps, I could make it work. So here sharing my experience with you.

He starts with a list of requirements to follow along with his process - a web server, a mail server (in this case Mercury) and a mail client - and then starts into the steps. Each one is accompanied by screenshots showing you exactly what each of the screens should look like as you follow along. In the end you'll have a local mail server you can connect to and test with without ever having to send out a public email.

tagged: xampp tutorial mercury email server

Link:


Trending Topics: