Email production

Last updated

The term email production is used in advertising and marketing to refer to the process of building HTML email from "creative," mockup images built by web designers. [1]

The production of an email would appear to be a simple task; one starts with a picture of the advertisement to be emailed - usually in JPEG, GIF, or PSD format - and transforms it into another medium (HTML). The act of making this transformation would also appear to overlap with web design itself, as the advertising email is basically a small, one-page HTML application.

However, the medium over which this page is typically rendered is significantly different from the standard browser model in several important ways, each of which distinguish email production from standard webpage coding. First, the email equivalent of the cross-browser problem is much larger in scope when one considers the variety of email rendering clients in common usage. A highly abbreviated list of the most common clients includes Outlook 2003, Outlook 2007, Outlook Express, Mac Mail, Lotus Notes, Eudora, and web-based clients like GMail, Hotmail, or Yahoo! Mail. This situation is complicated by the lack of a recognized body like the W3C to institute rendering standards. Attempts at such standards do currently exist, like the Email Standards Project, [2] but such efforts are hampered by competing motivations in light of the ongoing spam email problem. [3] [4] [5]

The increasing struggle of legitimate advertisers to distinguish their message from spam emails makes email production engineers being familiar with the latest anti-spam requirements more critical. Such familiarity includes not only an understanding of the CAN-SPAM Act of 2003 and its requirements, but also an understanding of how to construct advertisements such that they do not trigger SPAM scores.

The rapid pace of email client development [6] requires an even more attentive eye for detail in email production than for web. The recent introduction - and even more recent rise to prominence - of phone-based email clients [7] like the BlackBerry or the iPhone is making the field even more challenging. This advancement, coupled with the lack of standards, requires that an email production engineer be familiar with the concept of elegant degradation, as commonly intended rendering of one's product will fail at least partially. The reader will note that this requires a very different design philosophy from webpage coding, in which the ultimate coding goal - to ensure 100% compatibility with all available rendering media - is actually attainable. There are several tools now available, such as Litmus.com and EmailonAcid.com, to help preview how an email will render in multiple email clients and mobile devices.

As a result of these other differences, the best practices associated with email production is very different from that associated with webpage coding. For instance, the tableless web design which is often considered the gold standard for internet applications [8] is for email production purposes hopelessly reliant upon W3C standards that are rarely met by today's most common email clients. [9] In practice, therefore, the use of tables is a fundamental requirement of proper technique for email production, [8] in order to ensure that emails are rendered to their recipient with some degree of control.

Related Research Articles

<span class="mw-page-title-main">Email</span> Mail sent using electronic means

Electronic mail is a method of exchanging messages ("mail") between people using electronic devices. Email was thus conceived as the electronic (digital) version of, or counterpart to, mail, at a time when "mail" meant only physical mail. Email later became a ubiquitous communication medium, to the point that in current use, an email address is often treated as a basic and necessary part of many processes in business, commerce, government, education, entertainment, and other spheres of daily life in most countries.

Webmail is an email service that can be accessed using a standard web browser. It contrasts with email service accessible through a specialised email client software. Examples of webmail providers are 1&1 Ionos, AOL Mail, Gmail, GMX Mail, Mailfence, Outlook.com/Hotmail.com, Yahoo! Mail and IceWarp Mail Server. Additionally, many internet service providers (ISP) provide webmail as part of their internet service package. Similarly, some web hosting providers also provide webmail as a part of their hosting package.

An HTML editor is a program for editing HTML, the markup of a web page. Although the HTML markup in a web page can be controlled with any text editor, specialized HTML editors can offer convenience and added functionality. For example, many HTML editors handle not only HTML, but also related technologies such as CSS, XML and JavaScript or ECMAScript. In some cases they also manage communication with remote web servers via FTP and WebDAV, and version control systems such as Subversion or Git. Many word processing, graphic design and page layout programs that are not dedicated to web design, such as Microsoft Word or Quark XPress, also have the ability to function as HTML editors.

<span class="mw-page-title-main">Microsoft Outlook</span> Email, notes, task, calendar software and contact management.

Microsoft Outlook is a personal information manager software system from Microsoft, available as a part of the Microsoft Office and Microsoft 365 software suites. Though primarily an email client, Outlook also includes such functions as calendaring, task managing, contact managing, note-taking, journal logging and web browsing. And has also become a popular email client for many businesses.

An email address identifies an email box to which messages are delivered. While early messaging systems used a variety of formats for addressing, today, email addresses follow a set of specific rules originally standardized by the Internet Engineering Task Force (IETF) in the 1980s, and updated by RFC 5322 and 6854. The term email address in this article refers to just the addr-spec in Section 3.4 of RFC 5322. The RFC defines address more broadly as either a mailbox or group. A mailbox value can be either a name-addr, which contains a display-name and addr-spec, or the more common addr-spec alone.

In computing, a user agent is any software, acting on behalf of a user, which "retrieves, renders and facilitates end-user interaction with Web content". A user agent is therefore a special kind of software agent.

<span class="mw-page-title-main">Gmail</span> Email service provided by Google

Gmail is a free email service provided by Google. As of 2019, it had 1.5 billion active users worldwide. A user typically accesses Gmail in a web browser or the official mobile app. Google also supports the use of email clients via the POP and IMAP protocols.

<span class="mw-page-title-main">The Bat!</span> Email client for Windows

The Bat! is an email client for the Microsoft Windows operating system, developed by Ritlabs, SRL, a company based in Chişinău, Moldova. There are two versions: a Home version and a Professional version. The Professional version includes a portable module, The Bat Voyager.

MHTML, an initialism of "MIME encapsulation of aggregate HTML documents", is a Web archive file format used to combine, in a single computer file, the HTML code and its companion resources that are represented by external hyperlinks in the web page's HTML code. The content of an MHTML file is encoded using the same techniques that were first developed for HTML email messages, using the MIME content type multipart/related. MHTML files use a .mhtml or .mht filename extension.

Trident is a proprietary browser engine for the Microsoft Windows version of Internet Explorer, developed by Microsoft.

<span class="mw-page-title-main">Google Talk</span> Instant messaging service

Google Talk was an instant messaging service that provided both text and voice communication. The instant messaging service was variously referred to colloquially as Gchat, Gtalk, or Gmessage among its users.

This article compares browser engines, especially actively-developed ones.

Tableless web design is a web design method that avoids the use of HTML tables for page layout control purposes. Instead of HTML tables, style sheet languages such as Cascading Style Sheets (CSS) are used to arrange elements and text on a web page.

A webform, web form or HTML form on a web page allows a user to enter data that is sent to a server for processing. Forms can resemble paper or database forms because web users fill out the forms using checkboxes, radio buttons, or text fields. For example, forms can be used to enter shipping or credit card data to order a product, or can be used to retrieve search results from a search engine.

HTML email is the use of a subset of HTML to provide formatting and semantic markup capabilities in email that are not available with plain text: Text can be linked without displaying a URL, or breaking long URLs into multiple pieces. Text is wrapped to fit the width of the viewing window, rather than uniformly breaking each line at 78 characters. It allows in-line inclusion of images, tables, as well as diagrams or mathematical formulae as images, which are otherwise difficult to convey.

<span class="mw-page-title-main">History of Gmail</span> Email service from Google

The public history of Gmail dates back to 2004. Gmail, a free, advertising-supported webmail service with support for Email clients, is a product from Google. Over its history, the Gmail interface has become integrated with many other products and services from the company, with basic integration as part of Google Account and specific integration points with services such as Google+, Google Calendar, Google Drive, Google Hangouts, Google Meet, YouTube, and Google Buzz. It has also been made available as part of G Suite. The Official Gmail Blog tracks the public history of Gmail from July 2007.

<span class="mw-page-title-main">Outlook.com</span> Microsoft web app

Outlook.com is a webmail service that is part of the Microsoft 365 product family. It offers mail, calendaring, contacts, and tasks services.

An Internet Explorer shell is any computer program that uses the Internet Explorer browser engine, known as MSHTML and previously Trident. This engine is closed-source, but Microsoft has exposed an application programming interface (API) that permits the developers to instantiate either MSHTML or a full-fledged chromeless Internet Explorer within the graphical user interface of their software.

<span class="mw-page-title-main">Mozilla</span> Free and open-source software community, developer of Firefox and Thunderbird

Mozilla is a free software community founded in 1998 by members of Netscape. The Mozilla community uses, develops, spreads and supports Mozilla products, thereby promoting exclusively free software and open standards, with only minor exceptions. The community is supported institutionally by the non-profit Mozilla Foundation and its tax-paying subsidiary, the Mozilla Corporation.

<span class="mw-page-title-main">Accelerated Mobile Pages</span> Open source fast loading HTML framework

AMP is an open source HTML framework developed by the AMP Open Source Project. It was originally created by Google as a competitor to Facebook Instant Articles and Apple News. AMP is optimized for mobile web browsing and intended to help webpages load faster. AMP pages may be cached by a CDN, such as Microsoft Bing or Cloudflare's AMP caches, which allows pages to be served more quickly.

References