The appearance of a 'read more' link or email clipping in iOS Outlook is a common concern for senders, particularly when warming a new dedicated domain. While it might seem alarming, this behavior is primarily a rendering quirk specific to certain email clients, not an immediate threat to your email deliverability or inbox placement.
Key findings
Rendering, not delivery: If an email is clipped, it means it has already reached the recipient's inbox and been opened.
Pixel limit: Outlook on iOS apps typically clips emails that exceed a height of around 5000 pixels. This is a known technical limitation. Further details can be found in the email-bugs GitHub repository.
Engagement impact: While not a deliverability issue, clipping can negatively affect subscriber engagement by hiding crucial content or calls to action.
User experience: Prioritize keeping essential content and calls to action visible above the clipping point to maintain engagement.
Email optimization: Consider optimizing your email code quality and size to prevent unnecessary clipping, especially for lengthy emails.
Testing: Routinely test your emails across various devices and email clients, including Outlook on iOS, to ensure proper rendering.
Deliverability focus: While clipping itself does not affect deliverability, maintaining good sender reputation and avoiding spam complaints are crucial for inbox placement.
What email marketers say
Email marketers primarily focus on the subscriber's experience and how technical rendering issues, like clipping in iOS Outlook, might affect campaign performance. While direct deliverability impact is less of a concern for them, the potential loss of engagement is a significant consideration.
Key opinions
Engagement over delivery: Marketers often perceive clipping as more of an engagement issue than a deliverability one, as the email has already landed in the inbox.
UX priority: The primary concern is ensuring that recipients see the full message without needing extra clicks.
Content length impact: Clipping is frequently observed with lengthy newsletters or promotional emails containing a large amount of content.
Hidden calls to action: A common fear is that calls to action (CTAs) placed too far down in the email might be hidden by the 'read more' link, impacting conversions.
Key considerations
Above the fold: Design emails to put critical information and primary CTAs within the initial visible screen area, before any potential clipping.
Content conciseness: Evaluate whether your email content can be more concise to avoid reaching clipping limits, particularly for emails with many elements or links.
A/B testing: Experiment with different email lengths and designs to see how they perform in terms of engagement metrics across various email clients.
Client-specific fixes: While Outlook iOS clipping is a known issue, marketers may need to explore client-specific coding workarounds to mitigate it.
Marketer view
Marketer from Email Geeks shared their personal experience, noting that clipping behavior in iOS Outlook is similar to Gmail's. They frequently observe it on lengthy newsletters but rarely on shorter marketing messages. They expressed surprise if it were a direct deliverability issue.
28 Jul 2022 - Email Geeks
Marketer view
Marketer from Email Geeks explained that the clipping was unintended, having been provided a screenshot from a client. Their main concern was ensuring the email would be delivered as intended, as they were unfamiliar with Outlook on iOS behavior.
28 Jul 2022 - Email Geeks
What the experts say
Deliverability experts confirm that email clipping in iOS Outlook is predominantly a client-side rendering issue and does not directly impact whether an email is delivered to the inbox or filtered as spam. Their focus is on the signals that truly influence inbox placement, such as sender reputation and user interactions like spam complaints.
Key opinions
Delivery confirmation: Experts stress that if an email is clipped, it means it was successfully delivered to the inbox and opened. This is a positive deliverability signal.
No direct deliverability impact: Clipping itself is not considered a negative factor by ISPs for determining whether an email should be sent to the spam folder or rejected.
User interaction is key: Factors like a user marking an email as spam are far more influential on future deliverability than rendering issues like clipping.
Focus on core authentication: Maintaining proper email authentication (SPF, DKIM, DMARC) and avoiding issues that cause emails to fail are more critical for deliverability.
Key considerations
Monitor spam rates: Instead of clipping, closely monitor your spam complaint rates and maintain a healthy sender reputation, as these are direct deliverability indicators.
Audience behavior: While clipping doesn't hurt deliverability, it can impact whether your audience engages with your messages over time.
Beyond clipping: Ensure your overall email program adheres to best practices for high-volume sending with Microsoft to avoid actual delivery failures.
Expert view
Deliverability expert from Email Geeks clarified that if an email is already displayed, even if clipped, it indicates successful delivery to the inbox and an open by the user. These are strong positive signals, suggesting that clipping does not negatively impact future delivery unless the user explicitly reports it as spam.
29 Jul 2022 - Email Geeks
Expert view
Deliverability expert from Email Geeks reacted to the clipping issue by expressing amazement, highlighting that even experienced professionals can be surprised by the specific rendering behaviors of various email clients, including Outlook on iOS.
30 Jul 2022 - Email Geeks
What the documentation says
Technical documentation and research confirm that Outlook on iOS has a specific pixel height limit for emails, beyond which content is clipped and a 'read more' link appears. This is a client-side display behavior and is not directly tied to mail server-side deliverability algorithms or spam filtering.
Key findings
Defined limit: The Outlook app on iOS is documented to clip emails that exceed approximately 5000 pixels in height.
Content truncation: Any content extending beyond this pixel limit is hidden and can only be viewed by clicking a 'Read More' button.
Client-specific behavior: This clipping is a function of the Outlook mobile application itself, rather than a filtering action by the mail server.
No deliverability flag: Official documentation does not indicate that email clipping is a factor in determining email deliverability or spam scores.
Key considerations
HTML and CSS efficiency: While not a deliverability issue, optimizing your email's HTML and CSS for compactness can help avoid clipping and improve loading times.
Image optimization: Large or numerous images contribute significantly to email height, so consider optimizing their dimensions and file sizes.
Email rendering tests: Utilize email rendering testing tools to preview how your email appears in various clients, including Outlook on iOS, to identify clipping proactively.
Cross-platform consistency: Strive for a consistent email experience across different devices, acknowledging that some client-specific behaviors like clipping may require design adjustments.
Technical article
Technical documentation from the email-bugs GitHub repository confirms that the Outlook app on iOS consistently clips emails that are longer than 5000 pixels. Tests conducted on various versions of the app demonstrated this behavior, with content beyond the limit being hidden by a 'Read More' button.
09 Feb 2022 - GitHub
Technical article
Email on Acid's blog mentions that email clipping in Gmail and iOS is a common outcome of large email file sizes. They note that while it's not a direct deliverability issue, optimizing email size is crucial for ensuring the entire message is displayed to the recipient.