Jump to content

How safe (clietn compatible) is using html emails?


horseatingweeds

Recommended Posts

Actually it's not recommended to send HTML emails. for my case, I alway sent out 2 version of emails in my email program. If user's client not support HTML, it'll display the text version automatically. The CSS in emails is a bit different from webpages. You can refer from here : http://www.campaignmonitor.com/blog/archives/2006/03/a_guide_to_css_support_in_emai.html

you will get about a 20%+ drop rate of emails if they are html because most servers will reject before getting to client the html mail if you really want html, try using a regex to determine the domain and only send html versions to know html accepting domains

seikan, how do you determine if the user client accepts html emails?

 

cooldude832, so only send html to gmail, yahoo, hotmail, etc.?

 

What type of email clients don't support html? This email will only go to registered accounts on my website. It's so general visitors can contact clients for their services.

What?

 

By test I mean watch work to make sure it's doing what I expect. All my email servers and clients accept html. I haven't found a way to change this in any of them. So, when I send my multi html/text message to myself, it displays the html version.

i have considered this. It wouldn't be on the sender's end but the client's end when they input the info to build their listing. However, I think of the difficulty I've had explaining the difference between an email address and a url, or what a browser is and that there are more than one, and ........  :-\

 

Regardless, I'd like to see how my plain text is coming out when incorporated into the above.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.