I have wamp installed and am using it as my testing ground. I can\'t however test the PHP mail() function as it always falls over.
mail()
Is this something tha
You could use PHPMailer to point to an external SMTP server. Or you could use a simple script that dumps to a file. There are a couple of earlier questions on the same topic, with more ideas.