View Single Post
  #2 (permalink)  
Old 05-11-2008, 08:01 PM
Jerry Stuckle
 
Posts: n/a
Default Re: mail() function error: (SMTP server response: 501 5.5.4 InvalidAddress)

Ronald Raygun wrote:
> 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
==================

Reply With Quote