|
Posted by petersprc on 10/01/07 14:16
Hi,
Try adding the -f option to sendmail on unix:
mail('to@dest', 'Subject', 'Message',
"From: My Site <info@site>", '-finfo@site');
On Oct 1, 8:44 am, Mtr <M...@no.spam> wrote:
> Using the mail() function, I can easily change the From address that
> appears in an email. But how do I change the From that gets sent in the
> SMTP conversation, which results in the address that appears in the
> envelope's Return-path: header? That value currently is the
> account_name@machine_name, but I don't want to give away my Linux account
> name with every single email.
Navigation:
[Reply to this message]
|