Hi,
This a SMTP server error.
It looks like you did not add the header
FROM: "yourname" [EMAIL PROTECTED]; looks like u'r SMTP
does not allow for messages without FROM header
as the PHP function:
mail ( string to, string subject, string message [, string
additional_headers [, string additional_parameters]])
shows, you can add extra headers to the mail message, so this
is what you need to do.
Cheers,
Catalin
"Jason Marks" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
When i send an email i get the following error.
Warning: mail() [function.mail]: SMTP server response: 550 , Sender unknown
in D:\Hosting\Crushme\includes\inc_register.php on line 138
Is this a server or a PHP error?
/ Philip
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php