|
|
||||||
|
||||||
| Index Link To US Private Messages Archive FAQ RSS | ||||||
| Graphics & Design Discussion Forum Post your graphics design questions/comments/ideas in here. Ask questions, post tutorials, discuss trends and best practices. Sub-forum for website accessibility and usability. |
Share Thread: & Tags
|
||||
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
There's no way around it, html emails can render funny. There are so many variables. However, I think the trade off is worth it. The majority of users will see it pretty close as to how you intended it. The rest will have differing levels of glitches depending on their image and CSS support. If you stick to old fashioned tables and embedded font tags it seems to increase the chances of it rendering properly from my experience. However, even if it comes out all wrong your text and hyperlinks will still be displayed so at least they can read and do something.
You can also prove text only versions with the HTML version as well. |
|
||||
|
I'd agree with sending multi-type emails...one HTML for those with it enabled, and another with plaintext for those that don't.
claybutler is also correct in that emails will almost always be rendered a bit differently in various emails clients. Test in as many different email environments as you can. A couple of HTML email tips: - Include your CSS IN the HTML header itself, not linked. - Hard link all images from your websites full URL (i.e. http://www.whatever.com/images/emailheader.gif) - Use tables: I am an advocate of getting OFF table-based design, but HTML emails seems to be an exception. They just seem to hold together better. - Use white as a background colour and dark text. That's about all i can think of for now. Hope this helps. |
|
|||
|
I would try out the HTML version. The reason that the big companies you mention send out HTML versions is because they work for them. If eBay figured out that text messages got a better response, all of the email you get from them would be text. These guys test every possible variable and go with what works.
Of course, what works for some doesn't guarantee that it will work for you. So I would test it out on your audience. The next time you send out an email, split the audience file in half and send HTML to one and text to the other and see which one results in the most number of purchases (if that is your objective) and not only the number of clicks. This only works if your sample size if big enough to make valid comparisons. So if your audience file is small, do the split test for a few emails until your sample is big enough. |
|
|||
|
We have the best of both worlds; html and text in the same email. This is done by using a multi-part format. Our email newsletter service provider, iContact, works the magic in the code they generate. Somewhere at the top of the message they put:
Content-Type: multipart/alternative; boundary="???????" and do some other stuff. We produce the email in both html and text versions. The email client renders html if the client is set to read html, and renders text otherwise. Les Allan Director Business Performance Pty Ltd www.businessperform.com |
|
||||
|
Contrary to a post above, for best results all styles should be inline.
When you've finished your design you can test in approx 20 desktop/webmail/mobile clients here ($5 per test but it's well worth it): Email Newsletter Software for Web Designers - Campaign Monitor If you wanna do your own testing fine. Then I suggest using this excellent free tool to put all styles inline: Premailer — preflight for HTML e-mail — dunae.ca Much more info here: http://www.email-standards.org |
|
||||
|
One suggestion is to use a well-known service for the distribution. We've had success with Aweber so far. Quality services have opt-in procedures and are less likely to have the HTML blocked.
When we send it our selves, many of the receiptients never received it. I also put the HTML version on our web-server and the put a link to at the top of the message. That way, if it does come through jumbled up there is a quick for them to get to the formatted version. |
|
||||
|
Images and generally load of external content is blocked by most used email readers (outlook). Images should be used only if necessary as many users will not be able to view these without some additional clicks.
|
|
||||
|
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.
__________________
. Printer ink & toner cartridges in Canada | Web Payroll, online HR tools, time & attendance |
|
||||
|
I am working on just this type of project. I have a client who will be sending regular emails to CEOs of major corporations and needless to say, the emails will need to look professional.
He actually turned me onto MailChimp which has an "inbox inspection" that shows screen shots of your HTML email in a wide variety of email clients. they allow you to send a multi-part email so you can send HTML to those who will/can accept it and a plain text version to those who don't/won't. They also have a great "how-to" on formatting html emails. Like don't include your CSS in the header. In-line is best since many web-based email clients will strip the headers. Anyway, definitely worth the effort to offer the HTML & plain text. |
|
||||
|
I do a lot of bulk emailing, for large accounts. HTML is the best, as long as you know what can be done, and what cannot.
Getting a nice HTML display with most email clients (including webmails) is a real challenge today, and a good way to make money ! The idea that Oulook will not display your images is of course wrong. There are 2 ways to include images in an HTML email : 1. by placing a link to where the image is hosted. In that case images are hosted on a web server, and only their URLs are included in the email. This is the worst way to do things : your images will not be displayed by most of today's email clients 2. by including your images into the email. With this way, Outlook 2007 and most webmails (gmail, hotmail, yahoo etc.) will display them without asking anything to the recipient. I read above that you should use a nice CSS to get a nice email. Very funny. Most email clients, today, just don't read CSS files - internal, or external. The only good way to get a very nice HTML email - either in Outlook 2007, Gmail, Hotmail or Yahoo - is to use tables only (DIV and CSS are NOT supported), to put your images into the email, and to avoid any <link > to any CSS, external OR internal. And it works !
__________________
www.net-createurs.com [ french only website sorry ! ] |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Newsletter - plain text or HTML template? | Dinghus | Marketing Strategies Discussion Forum | 7 | 01-22-2007 07:10 PM |
| Is the robots.txt header imp? Html or plain text? | AjiNIMC | Google Discussion Forum | 1 | 06-13-2006 06:51 AM |
| HTML Email vs Plain Text | mantawebsolutions | Marketing Strategies Discussion Forum | 11 | 08-12-2004 04:03 AM |
| Email HTML | Astronaut | Marketing Strategies Discussion Forum | 2 | 05-26-2004 01:39 PM |
| Help with HTML email Newsletter | astone | Web Programming Discussion Forum | 1 | 12-13-2003 12:52 PM |
|
WebProWorld |
Advertise |
Contact Us |
About |
Forum Rules |
MVP's |
Archive |
Newsletter Archive |
Top |
WebProNews
WebProWorld is an iEntry, Inc. ® site - © 2009 All Rights Reserved Privacy Policy and Legal iEntry, Inc. 2549 Richmond Rd. Lexington KY, 40509 |