Hi. Why won't this work on a NT/IIS-machine?
mail("joeuser@badaboom.com", "Mail 4 U", "Yeah, whatever...");
It works perfectly on Linux and Solarisbased servers. There's a working SMTP-server on the NT-machine.
What could be wrong?? TIA /Adam
The only problem I've run into with NT/IIS is on Win2k/IIS5 when I try to call two mail() funtions in a row. Calling a single mail() function never gave me a problem.
Double check that your php.ini is set up correctly for SMTP.
There used to be a bug in the mail function requiring a fourth parameter, even if empty. Add ,"" to your call and see if that fixes it.
It works! Thanks! = ) /Adam
I'm kind of a begginer heres my code
mail("mymail@domain", "Title", $msg, $mailheaders);
why is this code not working in windows2000 iis