I am running php4 on Win2k IIS, and whenever I try to use the mail() function it gives me the error "failed to receive on line...". Wierd thing is, every so often it works...
Is there any limit on the size of message you can send?
Is there anything else I'm missing?
At the mo my function looks like:
$sent = mail( $home, $ordernumber, $message);
I've tried it with quotes around the variable, and without, and that doesn't make any diff...
Help!!??!!
Thanks,
Matt.