Windows 10 Mail Email Rendering Support + Quirks

SHARE:

BY  JAINA MISTRY Windows 10 Mail is one of the newest email clients to be added to  Previews . To help you get the most out of your em...

BY 


Windows 10 Mail is one of the newest email clients to be added to Previews. To help you get the most out of your email previews, we’ve highlighted what its email rendering support is like and any quirks you can expect to see in it.

Windows 10 is the successor to Microsoft’s Windows 8 operating system, released to consumers in July 2015. Initially Windows 10 was offered as a free upgrade to any customer with a legitimate copy of either Windows 7 or 8. By October 2015 Microsoft reported that there were over 110 million devices with Windows 10 installed, and as of June 2016 that number has risen to nearly 350 million devices.
While Outlook is usually the email client you would associate with a Windows environment, Windows 10 has its own default mail app–Windows Mail. The Windows Mail app has been included in Windows Vista, 8, and 10 operating systems.
Users can use their Gmail, Yahoo, iCloud, AOL and custom IMAP accounts–there’s no need for a Microsoft account. This, combined with the fact that the Mail app is free with Windows 10, makes the app an incredibly accessible email client.

Overall desktop opens in Windows 10 Mail have increased from just under 3% in March 2016 to nearly 6% by July 2016, with each month seeing an increase over the previous month’s market share. This steady rise in market share is an indication that email marketers need to be aware of this increasingly popular email client.

APP VIEW

There are very few app view customization options available to users in Windows 10 Mail. For example you can’t add any folders to the left-hand window pane. The default view shows three columns, with the email selected by the user shown in the right-hand pane.
The entire Mail window can be made smaller by collapsing the left-hand column.

With this three-column view, the right-hand pane where emails will be viewed could be restrictive in width, depending on the resolution set by the user. To have as little horizontal scrolling as possible for Windows 10 Mail users, keep the max-width of your emails to 650px.

THE ENVELOPE

Your email’s from name, subject line and preview text are all visible to Windows 10 Mail users in the inbox listing view. The from name is the most visible part of the email envelope in the email listings view. Using a recognisable and consistent from name will help subscribers find your emails quickly.
As for your subject line and preview text–you’ve got 34 characters for both, to engage your subscriber enough to open your email. The preview text is displayed directly underneath the subject line, so be sure to craft your preview text with your subject line in mind.

HOW DO YOUR EMAILS LOOK IN WINDOWS 10 MAIL?

Email developers should be familiar with some of the quirks of how Windows 10’s Mail app renders HTML. Since it uses Microsoft Word as its rendering engine, many of the rendering quirks email developers experience in Outlook will also be experienced in Windows 10 Mail.

BACKGROUND IMAGES

Background images are, as in Outlook, not supported. The go-to solution to combat this issue in Outlook 2007/10/13 uses a combination of VML and HTML to enable background images. However, this doesn’t work in Windows 10 Mail.
This should act as a reminder to not use background images to visualize important messaging in your email. However, they can be used as an added bonus, or finishing touch to email designs. If you do use background images in your emails, be sure to thoroughly test and have fallbacks in place, such as a background color, for when background images aren’t supported.

WEB FONTS

Web fonts are sadly also not supported. However, unlike Outlook, where a hack has to be used so that web fonts don’t fallback to Times New Roman, this isn’t needed in Windows 10 Mail. As long as there is a web safe font in your font-family, that font will render in Windows 10 Mail.
font-family: ProximaNova-Regular, Arial, sans-serif;
In the example above, the web safe font Arial will render for Windows 10 Mail users.

AUTO-LINKING AND UNDERLINING

Another rendering quirk that’s not new to developers is auto-linking of mailing addresses and telephone numbers, in blue and with a dashed underline.

A useful feature for users on mobile devices but an annoyance on desktop devices. Rather than using a hack to remove this functionality entirely, these links can be styled to match your email’s design.
Wrap addresses and telephone numbers in <span>s, and in the <head> of your email create a class to style these links:
.addressLink a {color:#c0c0c0!important; text-decoration:none!important;}
In the HTML wrap any address in a <span>, which you’d like to be styled to match your email design, with the appropriate class name:
<span class="addressLink">123 Avenue Road, USA, Earth</span>
Learn more about this quirk at the Community, where Community member James White has dug into why this happens in Windows 10 Mail.
Windows 10 Mail is also guilty of automatically underlining links in your email, even when inlined CSS for a link explicitly defines the link to not have an underline. The fix is simple.
Place:
a {text-decoration: none;}
In the <head> in your <style> block of your email code. Now all links in your email won’t have an underline. The unfortunate downside of this is if you do want some links in your email to have an underline, the “text-decoration” attribute needs to be reset inline, per link.
While you’re adding the above bit of CSS into your <style> block you may also want to consider adding CSS to style visited links too as these will have default styling attached to them.
Simply add:
a:visited {color:#c0c0c0; text-decoration:none;}
To your <style> block to style visited links.

ANIMATED GIFS

It shouldn’t be a surprise to hear that animated gifs are not supported in Windows 10 Mail. Similar to Outlook, only the first frame of the animation in the gif will appear to the user. So make that first frame count.

SEND US YOUR BUGS

Submit your feedback and rendering bugs by sending an email to outlook@litmus.com. Litmus is collecting bugs the community finds in an effort to make email better. Learn about the Microsoft Partnership.

COMMENTS

Name

ad,8,affiliate,15,analytic,1,audience,5,automation,33,blog,18,brand,11,business,36,call to action,1,campaign,30,content,93,conversion,16,CTA,8,customers,14,deliverability,9,digital,30,email,557,entrepreneur,9,facebook,17,gmail,6,google,11,google analytics,1,graphic,1,headline,4,home,10,instagram,6,internet,14,IoT,1,landing page,19,lead,20,list,47,marketer,27,marketing,294,mindset,40,mobile,4,niche,5,online,36,opt-in,14,pinterest,2,ROI,1,segmentation,10,SEO,8,snapchat,1,social media,102,spam,13,stat,7,strategy,10,subject line,38,subscriber,30,success,15,test,13,traffic,20,trend,12,twitter,9,TYP,3,video,10,webinar,1,website,8,youtube,3,
ltr
item
#DIGITAL: Windows 10 Mail Email Rendering Support + Quirks
Windows 10 Mail Email Rendering Support + Quirks
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh0VFmBgah5wyryJXrwcsZcfWZiSosM60CxkZHQ3EUvf-ua91ez7nra7uWv85JhVq6z5tp96umi5Focc6z-2JXbyrBWffJ-UjBaA9F_320pmNfdfqrhhzKZvmpa_lZv0usZW8hmrfCABQM/s400/featured-windows-10-mail-email-rendering-support-quirks-690x362.png
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh0VFmBgah5wyryJXrwcsZcfWZiSosM60CxkZHQ3EUvf-ua91ez7nra7uWv85JhVq6z5tp96umi5Focc6z-2JXbyrBWffJ-UjBaA9F_320pmNfdfqrhhzKZvmpa_lZv0usZW8hmrfCABQM/s72-c/featured-windows-10-mail-email-rendering-support-quirks-690x362.png
#DIGITAL
http://www.infinclick.com/2017/02/windows-10-mail-email-rendering-support.html
http://www.infinclick.com/
http://www.infinclick.com/
http://www.infinclick.com/2017/02/windows-10-mail-email-rendering-support.html
true
7265473034940166968
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS CONTENT IS PREMIUM Please share to unlock Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy