Html E-mail Article Index for
Html
Website Links For
Html
 

Information About

Html E-mail




Most graphical editor for composing HTML e-mails and a rendering engine for displaying received HTML e-mails.

HTML mail allows the sender to properly express Quotations (as in Inline Replying ), headings, Bulleted Lists , Emphasized Text , Subscript s and Superscript s, and other visual and Typographic cues to improve the readability and aesthetics of the message. Long URL s can be linked to without being broken into multiple pieces, and text is wrapped to fit the width of the user agent's viewport, instead of uniformly breaking each line at 78 characters (defined in RFC 2822, which was necessary on older Data Terminal s). It allows in-line inclusion of Table s, diagrams, or Mathematical Formula e as images, which are otherwise difficult to convey (typically using ASCII Art ).

Since its conception, a number of people have vocally opposed all HTML e-mail (and even MIME itself), for a variety of reasons. While still considered inappropriate in many newsgroup postings and mailing lists, its adoption for personal and business mail has only increased over time. Some of those who strongly opposed it when it first came out now see it as mostly harmless. HTML Email: The Poll (Scot Hacker, originator of the much-linked-to ''Why HTML in E-Mail is a Bad Idea'' discusses how his feelings have changed since the 90s)


COMPATIBILITY


According to surveys by Online Marketing companies, the vast majority of Internet users can access HTML mail, and a smaller number, though still the majority, prefer it over plain text. Email Marketing Statistics and Metrics Real-World Email Client Usage: The Hard Data As HTML mail is more complex than plain text, however, it is also more prone to compatibility issues and problems with rendering consistently across platforms and software.

Some popular e-mail clients do not render consistently with W3C specifications, and many HTML e-mails are not compliant, either, which may cause rendering or delivery problems, especially for users of MSN or Hotmail . Email Marketing Statistics and Metrics

In particular, the tag, which is used to house CSS style rules for an entire HTML document, is not well supported, sometimes stripped entirely, causing in-line style declarations to be the ''de facto'' standard, even though they are not optimal from a Semantic Web point of view.
Not your ordinary html email tips

Many HTML-based GUI Email Client s automatically convert common plain text characters, like - and '''"''', into their proper typographic equivalents, like '''—''' and '''“''', which are not part of 7-bit ASCII . This can cause translation problems in other users' clients. Unicode supports many such complex characters, but font support issues with Unicode limit the usefulness of this possibility.


STYLE

Some senders may excessively rely upon large, colorful, or distracting while still seeing other formatting and getting the other benefits of HTML. For instance, Mozilla Thunderbird makes it easy to specify a minimum font size.


MULTI-PART FORMATS

Many e-mail clients are configured to automatically generate a plain text version of a message and send it along with the HTML version, to ensure that it can be read even by text-only , as specified in RFC 1521. RFC 1521 7.2.3. The Multipart/alternative subtype TN1010-11-2: Multipart/Alternative — Gracefully handling HTML-phobic email clients. Sending HTML and Plain Text E-Mail Simultaneously The message itself is of type multipart/alternative, and contains two parts, the first of type text/plain, which is read by text-only clients, and the second with text/html, which is read by HTML-capable clients. The plain text version may be missing important formatting information, however. (For example, an equation may lose a superscript and take on an entirely new meaning.)

Many Mailing List s deliberately block HTML e-mail, either stripping out the HTML part to just leave the plain text part or rejecting the entire message.


MESSAGE SIZE

HTML e-mail is larger than plain text. Even if no special formatting is used, there will be the overhead from the tags used in a minimal HTML document, and if formatting is heavily used it may be much higher. Multi-part messages, with duplicate copies of the same content in different formats, increase the size even further. The plain text section of a multi-part message can be retrieved by itself, though, using IMAP 's FETCH command. Do we really want to send web pages in e-mail?

Although the difference in download time between plain text and mixed message mail (which can be a factor of ten or more) was of concern in the 1990s (when most users were accessing e-mail servers through slow Modem s), on a modern connection the difference is negligible, especially when compared to images, music files, or other common attachments. HTML Email — Still Evil?

i love my dog Bailey!


SECURITY VULNERABILITIES

HTML allows for a link to have a different target than the link's text. This can be used in Phishing attacks, in which users are fooled into believing that a link points to the website of an authoritative source (such as a bank), visiting it, and unintentionally revealing personal details (like bank account numbers) to a scammer.

If an e-mail contains Web Bug s (inline content from an external server, such as a Picture ), the server can alert a third party that the e-mail has been opened. This is a potential Privacy risk, revealing that an e-mail address is real (so that it can be targeted in the future) and revealing when the message was read. For this reason, some e-mail clients do not load external images until requested to by the user.

During periods of increased network threats, the US Department of Defense converts all incoming html e-mail to text e-mail. DOD bars use of HTML e-mail, Outlook Web Access

The multipart type is intended to show the same content in different ways, but this is sometimes abused; some E-mail Spam takes advantage of the format to trick Spam Filter s into believing that the message is legitimate. They do this by including innocuous content in the text part of the message and putting the spam in the HTML part (which is what displays to the user).

Most e-mail spam is sent in HTML for these reasons, so spam filters sometimes give higher spam scores to HTML messages.


SEE ALSO



REFERENCES



EXTERNAL LINKS