Hi all,
When sending email to member(s), there is always a header in the email body
'sender name' sent to receivers: 'member name'; 'member name'......
from 'website URL' the following E-mail:
*************************************************************************************
How can I edit this header?
Thanks in advance!
How to modify email header
Re: How to modify email header
Thats not possible. Therefore you Must change the code.
Re: How to modify email header
So, how to change the code?
Could you teach me?
Thanks!
Could you teach me?
Thanks!
Re: How to modify email header
I don't check it in detail, but i think you just need to delete the following line in the file "messages_send.php"
you can test it and see if it will do the trick
br
Stefan
Code: Alles auswählen
// prepare body of email with note of sender and homepage
$email->setSenderInText($postName, $ReceiverName);
br
Stefan
Re: How to modify email header
Hi Stefan, thanks for your help! Your method works!weissst hat geschrieben:I don't check it in detail, but i think you just need to delete the following line in the file "messages_send.php"you can test it and see if it will do the trickCode: Alles auswählen
// prepare body of email with note of sender and homepage $email->setSenderInText($postName, $ReceiverName);
br
Stefan