* Thus wrote Ivo Fokkema ([EMAIL PROTECTED]):
> "Cesar Aracena" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> [snip]
> > For some e-mail servers, you have to write lots of "extra headers" in
> > the e-mails in order to pass their guard.
> [/snip]
> 
> True! But actually, I' ve seen people using only the 'From:' header to send
> mail. Emails can then be dropped easily by servers thinking it is spam.

No email server should drop mail.

> 
> Ben, I don't know what headers you send, but you could try these headers:
> 
> $headers .= "Return-path: Name <[EMAIL PROTECTED]>\r\n";

Sending this header is virtually a waste of time and effort, it
will be ignored and set by the receiving smtp server, and on the
very fist line.


> $headers .= "Error-to: Name <[EMAIL PROTECTED]>\r\n";

This wont guarantee errors to return to that email address.


Curt
-- 
"I used to think I was indecisive, but now I'm not so sure."

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

Reply via email to