You can add extra info into the appropriate fields like so.
mail("[EMAIL PROTECTED]", "the subject", $message,
"From: [EMAIL PROTECTED]","[EMAIL PROTECTED]");
However, your local sendmail might restrict this behavoir of changing the
sender identity. Mine simply complaines about it in the
I know that if you use sendmail to perform your mailings in php that the
sender shows up as the user and group for Apache. Now is there a way to make
the mail command display a different user in the from field? I know that I
could change the user/group for Apache to fix it, but is there a setting i
2 matches
Mail list logo