|
Posted by Jerry Stuckle on May 11, 2008, 4:01 pm
Please log in for more thread options
Ronald Raygun wrote:
show/hide quoted text
> 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?
>
It means your MTA has rejected the mail for some reason. You need to
find out what your MTA accepts and rejects.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
|
>
> 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?
>