File Name: Responsive_Email_Guide.pdf
File Size: 7.39 MB
File Type: Application/pdf
Last Modified: 3 years
Status: Available
Last checked: 1 days ago!
This Document Has Been Certified by a Professional
100% customizable
Language: English
We recommend downloading this file onto your computer
Understanding ResponsiveEmail DesignA How To Guide for Agencies If an email is notresponsive... 80 % of consumers will delete the email 34 of consumers % Currently, won’t buy 47 27 % of email is opened on a % mobile device, 70 with some brands seeing of consumers will open rates at % simply unsubscribe INTRODUCTIONBecause email uses HTML and CSS, the sametechnologies as the web, many designers assumethat the design approach will be very similar
Unfortunately, this just isn’t the case
While the web standards movement hasbrowsers, the same movement has notoccurred to modernize email clients. Emaildesigners are burdened with email clientsthat use old rendering engines. These emailclients lack the standards compliance ofmodern browsers, making it difficult to achieveconsistent results with many commonresponsive web design techniques. An emailopened in Gmail can look very different fromone opened in Outlook or Apple Mail
In this guide, we will outline 7 simple steps tocreate a modular, reusable framework toachieve responsive email success. To help youget started, we’ve created an exampleresponsive email template which uses many of Similar to web development, you need to “cut the mustard” and determine the baseline email client which you will support. It’s impossible to design for the countlessthe label of “dark determine which email clients make the most sense for you to support
art” from building top email clients by usage and market share. Vision6 releases a monthly metrics report that can provide you with the stats you need
responsive emails, If you have an ESP, review the data on open rates by email client, and determine which are most important to support for your recipients
because “responsive support older, less common email clients. If you’re in a email client (“the CEO uses Outlook”), research the specificemail design” accordingly
some unavoidable problem children, namely OutlookIS “email design”
(especially 2007, 2010 and 2013) and Gmail. Outlook is the used as the rendering engine for displaying HTML emails in Outlook 2013
Webmail clients, including the popular Gmail, are alsoSTEP ONE: which could interfere with the way it chooses to render anSET YOUR BASELINE email. This strips out JavaScript and Flash as well as
and tagsSTEP TWO: One column emails areSIMPLI FY simple to put together, look good, and work nice as a responsive templateYO U R L AYO U T because there is minimal reflow required to makeTo reduce the complexity of your layout, the content work in a narrower viewport
design with the smallest number of columnspossible
Two column emails are still fairly easy to support in a smaller viewport size with some trade-offs
Three or more columns will mean messier markup, and will cause problems for some mobile clients
STEP THREE: NORMALIZE FOR KNOWN BUGSJust as we accommodate for known bugs across web browsers usingnormalized CSS, the same principle can be applied to email
The good news is, you don’t need to reinvent the wheel. The designcommunity has already discovered fixes for a whole variety of issues pplyingnormalizing styles in your email template, you can create a standardwhich irons out many of these known rendering issues
Our enormalizing styles which S T E P F O U R : U S E TA B L E S TO BUILD YOUR EMAILS
| using table cell stacking allows for more
the basic building block for your responsive email template. We have set the column width fixed width in our responsive email template
USE A FLUID C O N TA I N E R W I D T H We are frequently asked by designers if it is possible to use a media query to create a responsive email template. The 600 PX 600 PX short answer is yes, but it won’t be supported in all clients, so shouldn’t be relied upon as the only means for your content to scale
We recommend taking a hybrid approach, where your basic TABLE smaller than the column size, then use a media query as a progressive enhancement for those clients which support it
TABLE TABLE You’ll see in our example template that wherever we fix a width, we also apply a .responsive-container class, which TABLE sets the width to 100% when our media query fires
Unlike responsive web design, where we commonly design for a number of breakpoints at different device sizes, in responsive email design our primary concern is that our most important factor is how the email looks when it is first opened, not how it scales up and down
progressive enhancement to introduce nice-to-have the web, we just need to make sure that the fallback style=”display:block; border:16px solid #006666;works sufficiently well on those clients below our border-radius:3px; color:#FFFFFF; background-color:baseline. #006666;”>Rounded buttonsome simple CSS, reminiscent of what we might use Webfontson the web. The trick here is to use an extra-wide /* Wrap webfonts in a media query so Outlook ignoresborder instead of padding to ensure the whole them, otherwise it falls back to Times New Roman. */ @media screen{ @font-face{Webfonts have a reasonable level of support in email font-family: ‘Source Sans Pro’; font-style: normal;clients, so feel free to include them. Just ensure that font-weight: normal;you’ve specified a font stack that contains at least src:one default font. We can wrap our font-face url:(https://fonts.gstatic.com/s/sourcesanspro/v9/ 0De1aHBYDBqgeIAH2z1NV_2ngZ8dMf8fLgjYEouxg.woff2) format(’woff2’);back to an incorrect default. } } STEP FIVE: USE PROGRESSIVE ENHANCEMENT STEP SIX:STYLE INLININGbehaviour when applying CSS
To maximise the chance that our styles are applied accurately by all emailclients, it is advisable to use style inlining. “Inlining” refers to copying amatches an element
sending, and there are inlining tools available online
STEP SEVEN:TESTINGBefore sending your email, it is alwaysadvisable to test your code to see how itdisplays in a variety of email clients. Even ifyou follow all of these steps, things can andup issues before your email goes out
If resources weren’t an issue, you could build awhich allows you to preview and test your codeused email clients. Vision6 has an inbuilt Litmuspreviews
CONCLUSIONThis guide has provided youtechniques necessary to design responsive emails. By employingresponsive email techniques you should find a significant increasein user engagement
Remember: if in doubt, keep it simple
To get started, go to vision6.com/responsiveemailtemplate to seewhat the template looks like live and download it for yourself!
Responsive web design techniques. An email opened in Gmail can look very different from one opened in Outlook or Apple Mail. In this guide, we will outline 7 simple steps to create a …
A responsive email is an email that renders well across all devices - desktop, mobile, and tablet in all email clients. The email is made responsive using fluid images, fluid tables, and media queries to control and adjust the email layout, images, text size, CTA buttons and maintain a smooth flow across different devices, OS, and email clients.
Responsive emails use fluid tables and images to make content flow across different screen sizes. How? By using CSS media queries to change fixed-width tables and images on desktops into fluid ones for smaller screens. Let’s say we have a section of an email with an image, headline, and bit of copy. The code looks like this:
A responsive – also called adaptive – design is a design that adapts and displays properly on screens of various sizes. For example, avoiding an image being wider than the screen or the user having to increase or reduce the size of text to be able to read it.
Use your email spacers and dividers to give your images, text and CTA buttons room to breathe. This will help establish a clear hierarchical flow to lead the eye. Think of your email design as a shop window – you want to give your audience a sneak peek of what you have to offer in the hopes of enticing them to explore further.