Re: How to make mail() use correct headers?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

Thank you. i tried that too. Does not help. Same thing.

-- 
Best Regards,
Anton


""Rodrigo"" <mailinglists@xxxxxxxxxx> wrote in message
news:200507110857.j6B8vpF5004645@xxxxxxxxxxxxxxxxxxxxxxxxxxx
> Try using the extra PHP parameter:
>
>
> mail($mailto, $mailsubject, $mailmessage, $mailheaders, "-f".$mailfrom);
> or
> mail($mailto, $mailsubject, $mailmessage, $mailheaders,
> "-fuser@xxxxxxxxxx");
>
> This user has to be added to the /etc/mail/trusted-users otherwise an
> X-Warning header will be added to the mail.
>
>
> Grtz
>
> Rodrigo

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


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux