Die Suche ergab 3 Treffer

von smshun
3. Mai 2016, 20:21
Forum: English Support Forum
Thema: How to modify email header
Antworten: 4
Zugriffe: 15268

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"

// prepare body of email with note of sender and homepage
$email->setSenderInText($postName, $ReceiverName);

you can test it and see if it will do the trick :wink:

br
Stefan ...
von smshun
2. Mai 2016, 20:24
Forum: English Support Forum
Thema: How to modify email header
Antworten: 4
Zugriffe: 15268

Re: How to modify email header

So, how to change the code?
Could you teach me?
Thanks!
von smshun
14. Apr 2016, 18:02
Forum: English Support Forum
Thema: How to modify email header
Antworten: 4
Zugriffe: 15268

How to modify email header

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 ...