InternetUniversity: HTML Email
All emails have headers that contain information on where the email is from, where it’s going, the subject, etc. One of these, the “Content-Type” header, tells the client program how to process the data contained in the email. Plain text emails are sent with a Content-Type of “text/plain,” while replacing this with a Content-Type of “text/html” instructs the client to read the email like a web page. Another Content-Type header, “multipart/alternative,” informs the email client that there are separate text and HTML items in the email. If the client can recognize the HTML it displays it; otherwise, just the plain text version is visible.
Well-designed HTML emails also have to contain properly formatted HTML. Sounds redundant, but I could send an email with the proper Content-Type header of “text/html” that contained nothing but plain text—not exactly an HTML email. Worse yet, improperly formed HTML can cause a myriad of problems for email clients. Forgetting an end tag in your code or misspelling a HTML element could cause some email clients to interpret your HTML as text or not display anything at all.
Even a properly formatted HTML email may encounter problems en route. There is a percentage of every large email list that will not get HTML email as intended. Many companies use firewalls and mail server technologies that actually strip HTML elements in emails, potentially destroying formatting and links before sending it to the recipient.
A separate HTML design should also be created specifically for AOL. AOL accepts some HTML tags and discards others. Which tags it accepts depends on where the email is being viewed. Looking at a HTML email on an AOL web account and then reading the same email from the AOL client will probably yield two different results!
When HTML email reaches its destination intact, it becomes a very powerful tool. The email client is able to retrieve graphics and other content directly from the web and into a reader’s inbox. Clickable links and banner ads are a welcome invitation to impulsive readers and an indispensable resource for businesses to drive traffic back to their websites.
Recent OMMA Magazine Articles
-
Agency of the Year: Gold -- Digitas Dec. 28, 4:43 p.m.
With its newsroom approach to real-time brand storytelling, Digitas continues to create campaigns with Page-One punch ...
-
Agency of the Year: Bronze, Design -- Digitaria Dec. 5, 4:44 p.m.
By tuning out East Coast chatter and conventional thinking, Digitaria creates digital designs that are as ...
-
Agency of the Year: Silver -- AKQA Dec. 5, 4:42 p.m.
The reason this company keeps winning, year after year? It’s taken its magic far beyond traditional ...
-
Agency of the Year: Bronze, Mobile -- PHD Dec. 5, 4:41 p.m.
To reach the fast-growing audience of smartphone owners, Omnicom's PHD isn't afraid to pump up the ...
-
Agency of the Year: Bronze, Search -- Covario Dec. 5, 4:41 p.m.
San Diego-based Covario’s commitment to clients results in increases in traffic, conversion rates and sales. But ...
-
Agency of the Year: Bronze, Media Planning -- mediahub/Mullen Dec. 5, 4:40 p.m.
For its strategic breakthroughs, mediahub/Mullen goes beyond asking what to buy. Instead, it creates an enduring ...
-
Agency of the Year: Bronze, Creative -- Wieden + Kennedy Dec. 5, 4:39 p.m.
From making moms the star of the Olympics to its Southern Comfort everyman, Wieden + Kennedy ...
-
Ed:Blog Dec. 5, 4:38 p.m.
While choosing OMMA Agency of the Year winners is never easy, making the final cuts this ...
-
Agency of the Year: Bronze, Small Agency -- 72andSunny Dec. 5, 4:36 p.m.
With its choregraphed percussion of brilliant ideas and precise execution, 72andSunny gets more attention than agencies ...
-
Agency of the Year: Bronze, Social -- Pereira & O'Dell Dec. 5, 4:35 p.m.
Thinking far beyond Facebook and branded content, Pereira & O’Dell knows how to put on a ...


Be the first to comment on "InternetUniversity: HTML Email"
Leave a Comment