![]() |
best way to make sure html email is received as html?
what should i include in the <head> and doctype of an html email to ensure the most amount of people actually see the html/graphics rather than text? i'm always receiving emails that are html code so obviously somebody didn't do something right.
|
can't, I do not accept html email. don't think you can force it
|
Talk to Keith aka Varius.
|
Are you able to do it with base64 like Greasemonkey images?
|
you need to set it in the header, not the actual message
|
Email clients have settings to turn HTML off and view in Plain Text. This keeps people from sending them phishing emails.
You won't be able to get around that. |
Quote:
for people who are used to your brand it matters less. they are going to view the content anyway. but for new users i suggest using text until you build a trust with the user and your emails. do not worry about the flashy look of emails. people spend seconds scrolling through them, good intro text is more important than a flashy layout on your emails. once the user is familiar with your brand you can add more pep to the emails. if you send new users an email with content blocked you are going to lose them. remember slowly fish people into your brand. email marketing should be used for longterm anyway so it is good to build up a trust with the users inbox. |
I'm not sure about other software packages, but if you are using SendBlaster, you can format HTML and Plain Text, and whatever the end-user is using they will see that version of the email.
|
In the content type/text field of the email body, you have to bait them. Typically that says something like "you must have an HTML email client to view this message". Try something better than that, or maybe a link.
|
depends on the recipient.
|
it's a bitch. what a lot of people are doing though is sending a giant image instead of HTML. that and/or straight text with a link to the HTML version of the newsletter/email
|
DocTypes don't really work in html emails, nor does anything in the head tag really.
A good html email should look like this as it's base <html> <head> <title>Title of email</title> </head> <body> </body> </html> Then, for the design/layout. You can't use any styles for the most part. Only font-family, font-size, line-height, color. For spacing, use BR tags. <p> Tags aren't rendered in Yahoo email clients and margin/padding isn't rendered in the majority of the others. You literally have to use height attributes or BR tags for spacing. Only use tables, and old old html attributes (like ones that are almost all depreciated. If you want some space ontop of an image for example, use the vspace attribute. I probably have more experience than anyone else here with html email design and layouts. People that think designing for a couple browsers is though, when I run an email design it has to be tested and functioning in 30+ different email clients. All of which have insane quirks compared to browsers. Oh, add style="display:border;" to all images that are part of the layout, other wise you'll end up with spacing around them in about 5 of the clients. Oh, and always provide a expandable area for the text/content area. MobileMe and Lotus Notes suck for spacing and they'll break a fixed size content region. |
Oh, and per your actual question. There isn't any way to "force" the recipient to get the email in it's html format. That is their personal settings, and you can't just take control of their computer.
The best method, is to create two copies of the email on your server. One being a copy of the html email itself, and the second being a .txt copy - which just has the content/copy of the email and no html code. At the top of your email, add two links to these files like "View this email with images" and "view the text version of this email", that way if they aren't seeing it right, or have images turned off - you still have a good chance of getting them to see your ad / email. |
Dont try to force it "which you cant" just make sure that if the receiver does not accept HTML that they get a text based version.
|
Quote:
|
Quote:
Quote:
|
| All times are GMT -7. The time now is 02:37 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123