Email - HTML Vs Plain Text

Open to all! Ask other shopowners for help.
Post Reply
AsTecModels
Member
Posts: 99
Joined: Wed Mar 18, 2026 6:20 pm
Phoenix Version: v1.1.0.6
Has thanked: 6 times
Been thanked: 3 times

Email - HTML Vs Plain Text

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


Join The Code Co-op to get access to your library in the Code Co-op Forum
BrockleyJohn
Certified Developer
Posts: 173
Joined: Mon Mar 01, 2021 5:37 pm
Phoenix Version:
Has thanked: 2 times
Been thanked: 30 times

Re: Email - HTML Vs Plain Text

Post 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?
AsTecModels
Member
Posts: 99
Joined: Wed Mar 18, 2026 6:20 pm
Phoenix Version: v1.1.0.6
Has thanked: 6 times
Been thanked: 3 times

Re: Email - HTML Vs Plain Text

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


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply