The solution was a simple -f (see it in the extra headers just before the
last [EMAIL PROTECTED]).

Sets the  envelope sender address when using sendmail with the  -f sendmail
option.

mail("[EMAIL PROTECTED], [EMAIL PROTECTED]", "Testing the simple mail
functions", "Did you get this one?", "From: [EMAIL PROTECTED] \n",
"[EMAIL PROTECTED]");


> I  believe the problem is that Verizon checks the MAIL FROM address
> during the SMTP session against the domain portion of the From
> header. If they don't match, the mail is rejected (or dropped). This
> was an issue for a webboard I use...

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to