Page 1 of 1

Email - HTML Vs Plain Text

Posted: Fri Apr 24, 2026 9:37 am
by AsTecModels
Hi All,

Interesting one (or I have missed something).

When I set it so emails are sent in html I get:-

Code: Select all

--=_fc7d062afb4ea8091e732c3f3d129f2f
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit

To ensure receipt of our emails, please add enquiries@astecmodels.uk to your Address Book or Contact List
Hi Jonathan

We noticed you registered on our site back on the 16th of February but you did not checkout.

If you had a problem with our site, please do not hesitate to contact us.

Regards
AsTec Models Team
www.astecmodels.uk
--=_fc7d062afb4ea8091e732c3f3d129f2f
Content-Type: text/html; charset="utf-8"
Content-Transfer-Encoding: quoted-printable

<center><h6><P style=3D"color:#ee0000">To ensure receipt of our emails, ple=
ase add <strong>enquiries@astecmodels.uk</strong> to your Address Book or C=
ontact List</P></h6></center><br>Hi Jonathan<br><br>We noticed you register=
ed on our site back on the 16th of February but you did not checkout.<br><b=
r>If you had a problem with our site, please do not hesitate to contact us.=
<br><br>Regards<br>AsTec Models Team<br>www.astecmodels.uk
--=_fc7d062afb4ea8091e732c3f3d129f2f--
But when HTML is off I get no formatting as I want but get:-

Code: Select all

To ensure receipt of our emails, please add enquiries@astecmodels.uk to your Address Book or Contact List
Hi Jonathan

We noticed you registered on our site back on the 16th of February but you did not checkout.

If you had a problem with our site, please do not hesitate to contact us.

Regards
AsTec Models Team
www.astecmodels.uk
Hopefully someone can help.

Re: Email - HTML Vs Plain Text

Posted: Fri Apr 24, 2026 9:45 am
by BrockleyJohn
When you get the separators coming out with Mime emails, changing the line feed setting usually cures it.

What's the problem with the plain text email?

Re: Email - HTML Vs Plain Text

Posted: Fri Apr 24, 2026 10:05 am
by AsTecModels
BrockleyJohn wrote: Fri Apr 24, 2026 9:45 am When you get the separators coming out with Mime emails, changing the line feed setting usually cures it.
Thank you for that, changing from LF to CRLF did it.