View Single Post
  #9 (permalink)  
Old 09-02-2008, 10:56 AM
Dubbya's Avatar
Dubbya Dubbya is offline
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: Nov 2006
Location: Steinbach, Manitoba, Canada
Posts: 1,298
Dubbya RepRank 4Dubbya RepRank 4Dubbya RepRank 4Dubbya RepRank 4Dubbya RepRank 4
Default Re: HTML email versus PLAIN TEXT email - eCommerce Site

Multipart messages are probably a good idea.

You're always going to have customers who complain no matter what format the messages are sent in. Text-based messages are supported in any email client but HTML messages do offer a better user experience when done properly.

As has already been mentioned, there are software packages that'll generate the code you need. All you have to do is compile your text-based and HTML messages, paste in the code and let the software take care of the rest.

Good luck.
Reply With Quote