MyBB Community Forums

Full Version: HTML entities in plain text mails
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
It is not possible to use HTML entities in plain text mails.

messages.lang.php:
$l['emailbit_viewthread'] = "… (visit the thread to read more…)";
Hi,

Thank you for your report. We have pushed this issue to our Github repository for further analysis where you can track our commits and progress with fixing this bug. Discussions regarding this bug may also take place there too.

Follow this link to visit the issue on Github: https://github.com/mybb/mybb/issues/3711

Thanks for contributing to MyBB!

Regards,
The MyBB Group
(2019-06-11, 07:55 AM)StefanT Wrote: [ -> ]It is not possible to use HTML entities in plain text mails.

messages.lang.php:
$l['emailbit_viewthread'] = "… (visit the thread to read more…)";

I am not understanding this issue.

If the text is in 'plain' text format, then why would anyone want to use 'HTML' inside a 'plain' text format? 

Would that defeat the purpose of 'plain' text?