This week, Apple released iOS 10, its brand new mobile operating system, to the public. With iOS Mail accounting for 44% of all email opens, changes to the mobile operating system and its email rendering can make a big difference to the email world. So it’s no surprise that email geeks have monitored upcoming changes to iOS 10 since the early days of its beta test phase. Will the new operating system make our lives easier or will it come with inevitable quirks that often go along with new iOS releases?
1. IOS MAIL NOW SUPPORTS LIST-UNSUBSCRIBE
- A mailto unsubscribe
This is the email address that will receive the unsubscribe requests that we saw in the example above - An unsubscribe URL
A link that will take the subscriber to a landing page, perhaps a subscription center.
- A prominent unsubscribe option makes it easy to keep your list clean.
Nobody likes to see their subscribers leave, but some people may lose interest in your messages over time—and that’s okay. List-unsubscribe helps to make sure you’re only sending email to people who really want to hear from you. - List-unsubscribe can help reduce spam complaints.
Too often, when subscribers can’t find the unsubscribe link, they will instead click the spam reporting button to get rid of email they don’t want to receive anymore, hurting your deliverability. The unsubscribe banner makes unsubscribing a more obvious option, and can thus help prevent people from hitting the dreaded “mark as spam”.
2. VIDEO IN EMAIL IS BACK
3. ISSUES WITH AUTO-SCALING
<body style="padding:0">
<meta name=”x-apple-disable-message-reformatting”>
4. IOS 10 NO LONGER SUPPORTS <IFRAMES>
5. FIXED POSITIONING (POSITION:FIXED;) IS NO LONGER SUPPORTED
6. IPHONE SCREEN SIZES AND RESOLUTION REMAIN THE SAME
@media screen and (max-device-width: 320px) and (max-device-height: 568px) { /* Insert styles here */ }
@media screen and (max-device-width: 375px) and (max-device-height: 667px) { /* Insert styles here */ }
@media screen and (max-device-width: 414px) and (max-device-height: 776px) { /* Insert styles here */ }
7. IOS 10 MAIL TARGETING
@supports (-webkit-overflow-scrolling:touch) and (color:#ffff) {
/* Insert CSS here */
}
>
8. IOS 10 MAIL GETS ITS OWN SECTION IN THE SETTINGS
- Adjust the number of lines they’d like to display for preview text
iOS 10 Mail displays two lines of preview text by default on iPhone 6 and three lines on iPhone 6 Plus—and it is likely that we’ll see the same settings for iPhone 7 as well. In the Mail settings, however, users have the opportunity to change the number of lines of preview text they’d like to see by default. Apple allows its users to see up to five lines of preview text, or to even disable preview text completely.
- Block images by default
Images on iOS 10 Mail are enabled by default, but similar to iOS 9, users can change the settings to block images by default instead. If a user decided to not load images, they’ll see a banner at the top of each mailing that allows images to load once the email has been opened.








