Hi Simos,

> mail([EMAIL PROTECTED], "Subject", "Line 1\nLine 2\nLine 3");

>  thewall sendmail[4513]: g0H10I604513: from=apache, size=0, class=0,
> nrcpts=0, relay=apache@localhost

I am not sendmail expert, so i am just guessing.
the nrcpts=0 in your log message might be stands for "number of
recipients", and it is showing 0.

So maybe you should pass the email address in proper string
(enclose it inside quote), like this:

mail("[EMAIL PROTECTED]", "Subject", "Line 1\nLine 2\nLine 3");

--
Jimmy
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The past is present in the future



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to