I have a script I’m going to run on my site that sends me an email (to my hotmail account) which contains html tags and css. But when i get the email its wrapped in <pre> tags, so i see all the html and css as plain text.
The html is just a <div> with some <p> and <a> tags in it and the styles are in style tags. Is there a way to make it show up as ive written it?
Brendan