Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Admin email is wrong format
DenisS
✭✭
Please help I'm at total loss where to find this problem: where do i find the code???
No 1::
admin started a discussion. email testing --- Follow the link below to check it out: http://www.korat-expatsforum.services-thai.com/discussion/53/email-testing Have a great day!
I recive this without the link highlighted and no spaces on one Forum, then on the other forum I receive the one below which is correct >
No 2::
admin has started a new discussion
Entitled...Case of Central World arson to be ruled in late March
Follow the link below to check it out:
http://www.surin-expatsforum.services-thai.com/discussion/6/case-of-central-world-arson-to-be-ruled-in-late-march
Have a great day!
Tagged:
0
Comments
You may need to set the email format to text/html in the config.php
http://vanillaforums.org/discussion/22757
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Thanks Vrijvlinder: You put me on the right track: I put that line in one forum to convert HTML to text in the email body. Then i did this to stop sending the body text>$Story = "Entitled..." . $Sender->EventArguments['Discussion']->Name; < But i ended up with the message in the wrong format, So now i have taken this line below out of the config.php and the email text is in the right format now, i presume if i sent body text it would still be full of HTML with out this line in i think win some lose some?
Line 99 $Configuration['Garden']['Email']['MimeType'] = 'text/html';
Thanks, Denis