mail() function error: (SMTP server response: 501 5.5.4 Invalid Address) I am calling the mail() function in a PHP script and I get the ff error:
Warning: mail() [function.mail]: SMTP server response: 501 5.5.4 Invalid
Address in C:\test\test.php on line 394
Relevant Info:
OS: Win2k
Web Server Apache: v2.2.8
Has anyone come accross this before - and whats the solution? |