Info
- 3 posts
- 2 voices
- Started 1 year ago by Pagal
- Latest reply from Pagal
- This topic is not resolved
PHP Mail header mailed-by set to non textdrive hostname?
-
- Posted 1 year ago #
Hello Hello,
I have a problem wherein I am receiving emails from my forums fine by php however there is a header :Mailed-by : example.myhosting-provider.com
So, I want to change it to;
Mailed-by : my-website.com
How to achieve this?
Thanks -
- Posted 1 year ago #
You have to pass an additional parameter to
mail():$add = "-f my-website.com"; mail($to, $subject, $message, $additional_headers, $add); -
- Posted 1 year ago #
In which bbpress file?
Which Line? -
You must log in to post.