>
>
>
>   Want to send "mail" through PHP script such that
>
>the receiver of that mail should not contain FROM
>
>header.
>
>I used mail() function with empty FROM header and
>
>even without FROM header, but the receiver is still
>
>getting FROM address as [EMAIL PROTECTED]
>

You can't. The mail specification have to get a FROM header, but to make 
a solution you can make a FROM header like this: "FROM: Do Not Reply 
<[EMAIL PROTECTED]>"

regards,

Johan


-- 
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