Hi,

> The helpdesk sends emails as "[EMAIL PROTECTED]", but some servers
> don't accept "nobody" as the sender!
> do you know how i can change that?
> i don't mean the "From:" header, but the real sender header of the
email...

  I don't know if this is a good way to do things or not, but I have scripts
that send mail as several different addresses, and I do it this way:

mail('user@wherever', 'Test', 'Test', 'From: [EMAIL PROTECTED]',
'[EMAIL PROTECTED]');

(Outlook may screw that line up a bit, and if it does, I apologize).

Sara Keesler


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

Reply via email to