EDIT: Almost forgot, happy new year everybody 😉
I have a very strange problem with the email module of EE.
When I try to send an email from the communicate page the content that’s entered in the body is duplicated in the received email.
The problem only occurs with html mails, plain text is not a problem.
I installed a clean EE just for testing if there was a fix in the final release/build or it was a conflict with an existing extension/module/plugin but it’s the same problem.
The email protocol is PHP mail, sendMail and SMTP are not an option for this site.
The website is hosted on a Windows Server.
Also note the strange code at the body of the email(not a problem in plain mails), is there a way to fix this to?
This is the source of the email from outlook
<html>
<head><title>email</title></head>
<body>
<h1>Titel 1 </h1>
bla bla bla bla baljdkjfqkjfklmqj fmd fkjdkfjéaoieufoi djaio f jodj fioqje joaj oidjf iao
jfkqjfmkldjfkqj klmqjf klmqiofej n cej oijfnpdfdf 6qd4f3qgf 6d5 foi ff ijfklqd
</body>
</html>
<html>
<head><title>email</title></head>
<body>
<h1>Titel 1 </h1>
bla bla bla bla baljdkjfqkjfklmqj fmd fkjdkfjéaoieufoi djaio f jodj fioqje joaj oidjf iao
jfkqjfmkldjfkqj klmqjf klmqiofej n cej oijfnpdfdf 6qd4f3qgf 6d5 foi ff ijfklqd
</body>
</html>
--B_ALT_49621a0dcefa2--