Loading...
 
Features / Usability

Features / Usability


HTML in email

posts: 3
hman wrote:

You have to send the appropriate MIME header for this, otherwise the receiving mail client will interpret !!everything!! as plain text.

codeMIME-Version: 1.0
text/html; charset=utf-8/code

is what you need, and don't forget to define and use boundaries...

How do I add those headers? I've tried to add them in the .tpl file that stores the mail's content but It was still sent as a plain text

There are no comments at this time.