I just setup PHP on my Win2k computer for the first time...I have it running great with IIS. This is great, because I can test all my scripts with a click or two instead of having to upload, etc...
However, I cannot seem to get the mail() function to work. I've run very simple tests:
mail("me@myemail.com", "test subject", "testing...", "From: me <me@here.com>\nReply-To: me@here.com");
Doesn't work! Can someone tell me what I need to do?
TIA!