Ok, some of you so far have helped me with my current project and I'm eternally grateful (well, for a few weeks anyway..

), but I'm now having a problem with the PHP mail() function.
I have the following code:
Quote:
|
mail($email, "title blah blah", $password);
|
The variables are being passed in, I've checked, and I've even hardcoded the values in just to double check, yet I have no mail.
Thing is, I'm running this on an Apache server on my local machine. This isn't live, nor will it ever be, but I do need to demonstate it working. Can I send mail() across t'internet whilst on running on a local server? Preferably without re-configuring Apache/PHP? Is this my problem? Or am I just doomed to a life of producing grim code that doesn't work?