Daniel Lorch wrote:

> on un*x, PHP passes your mails directly to sendmail/qmail/exim or whatever
> mail software is running on your machine. if you're using windows, PHP
> uses it's own SMTP function instead. that's the difference.
> 
> The "from" in your mail header therefore comes from your mail transfer
> agent and has little to do with PHP. therefore you have to look for
> this problem there.

I don't understand this. I can set headers in fourth argument to mail 
function so I can send 
mail("[EMAIL PROTECTED]","Hello","msgbody","From:spammer")
If user does not set 4th argumment mail is sent with from [EMAIL PROTECTED]

This is what I want to prevent.
Thanks in advance.



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