The question of whether internet service providers (ISPs) or email clients exclusively accept plain text emails while rejecting HTML messages is a frequent concern for senders. The short answer is that outright rejection of HTML emails at the SMTP level is extremely rare, if it exists at all. Modern email systems are designed to handle both formats, typically preferring multipart/alternative messages that contain both an HTML and a plain text version.
Key findings
No SMTP blocking: There is no widespread evidence or industry standard protocol indicating that ISPs or email clients outright block emails solely because they contain HTML content.
Client rendering, not rejection: Some older or specialized email clients may only display the plain text portion of a multipart message. However, this is a rendering preference or limitation, not a rejection of the email itself. The HTML part is still delivered.
Spam filtering: While HTML content can be a factor in spam scoring (e.g., suspicious links, image-only emails, or malformed HTML), it rarely leads to a direct rejection solely based on its presence. Instead, it contributes to an aggregate spam score that determines inbox placement or filtering to spam folders. For more on how email deliverability issues can lead to spam folders, see Why your emails are going to spam.
Multipart/alternative: The standard practice is to send emails using the multipart/alternative format, which includes both HTML and plain text versions. This ensures compatibility across diverse email clients. This approach can also improve deliverability and conversion rates.
Key considerations
Content quality: Focus on creating high-quality, relevant content that adheres to email best practices. This is more critical for deliverability than the choice between HTML and plain text alone.
Accessibility: Always include a well-formatted plain text version as a fallback, ensuring your message is accessible to all recipients, regardless of their email client's capabilities.
HTML coding: Ensure your HTML is clean, valid, and optimized for email clients. Poorly coded HTML or malformed HTML can lead to rendering issues or trigger spam filters, not outright rejection by ISPs. Email on Acid provides a detailed overview of when to use plain text email effectively.
Image-to-text ratio: While not a rejection criterion for HTML itself, an extremely high image-to-text ratio, or image-only emails, can be a red flag for spam filters. Learn more about protecting deliverability for image-only emails.
What email marketers say
Email marketers often debate the ideal format for email campaigns, weighing the visual appeal of HTML against the simplicity and potential deliverability advantages of plain text. While HTML allows for rich, branded experiences, marketers consistently stress the importance of a fallback plain text version to ensure universal accessibility. Some marketers feel the complexity of maintaining both HTML and plain text versions may outweigh the benefits, suggesting a simpler approach.
Key opinions
HTML for engagement: Marketers largely agree that HTML emails are crucial for branding, visual appeal, and driving engagement through rich content, images, and calls to action.
Plain text fallback: Despite the prevalence of HTML, many marketers still emphasize the necessity of including a plain text alternative. This ensures the message is readable even if the HTML doesn't render, or for users who prefer text-only viewing. Campaign Monitor offers insights into the benefits of both HTML and plain text emails.
Complexity of multipart: Some marketers question the value of sending multipart/alternative messages due to the added complexity and potential for errors, especially given the low number of recipients who exclusively view plain text.
Simplicity for specific use cases: For specific types of communications, like monitoring alerts or internal reports, plain text is often deemed sufficient and even preferred for its directness.
Key considerations
Audience preference: Consider your audience. While most modern users view HTML, some niche or professional audiences might still use text-only clients or prefer plain text for quick information consumption. ISPs like Google and Yahoo also track email engagement, which can be influenced by how well your emails display.
Deliverability impact: The way ISPs interpret and filter emails is complex, combining content analysis, sender reputation, and user engagement. While an image-only HTML email can increase spam flagging risks, HTML itself is not inherently bad. For further insights into ISP tracking of email engagement, refer to our guide on how internet service providers track email engagement.
Testing: Always test your emails across various clients and devices to ensure proper rendering for both HTML and plain text versions. Dyspatch highlights the factors to consider when choosing between HTML and plain text emails.
Marketer view
Marketer from Email Geeks suggests that some niche mail operators might exclusively accept plain text emails, though this is uncommon. While the user hasn't personally encountered such a strict setup, the possibility exists with highly customized, smaller email systems.
18 Feb 2021 - Email Geeks
Marketer view
Email Marketing Specialist from Email on Acid observes that a well-crafted plain text email can sometimes outperform HTML in terms of engagement, especially for personal communication. This suggests that the format can influence recipient interaction and perceived authenticity.
20 May 2023 - Email on Acid
What the experts say
Experts in email deliverability and anti-spam generally confirm that outright rejection of HTML emails is not a common practice among major ISPs. Instead, HTML content is typically evaluated as part of a broader spam scoring system. They highlight that while older clients might only display plain text, the email itself is still delivered.
Key opinions
No direct SMTP blocking for HTML: Experts confirm that they have not observed SMTP services specifically blocking emails based solely on the presence of HTML content. Such a rule would be highly unusual and inefficient.
Rendering limitations vs. rejection: The primary issue with HTML for some users is that their email client might not render it, defaulting to the plain text version. This is a client-side display choice, not a server-side rejection.
Spam score contribution: HTML elements can contribute to a spam score in tools like SpamAssassin, but it's typically a low score that combines with other factors. It's not usually the sole reason for an email being marked as spam or blocked.
Legacy client preference: Some users, particularly those with a technical background, prefer plain text for certain types of emails (e.g., monitoring reports), but this is a personal preference for readability, not a technical requirement for deliverability.
Key considerations
Focus on reputation: A sender's overall reputation, including factors like DMARC, SPF, and DKIM authentication, list hygiene, and engagement metrics, far outweighs the HTML vs. plain text debate in terms of deliverability. Ensuring proper email authentication is paramount.
Adaptability for specialized content: For specific, non-marketing communications such as system alerts or monitoring reports, plain text can be more efficient and suitable, as recipients are often looking for concise, factual information.
HTML best practices: When sending HTML, adhere to coding best practices for email (e.g., inline CSS, simple tables for layout) to ensure broad compatibility and reduce the likelihood of rendering issues. Word to the Wise offers additional insights into email sending challenges that extend beyond HTML content.
User experience matters: Ultimately, the goal is for the recipient to successfully read and interact with your email. This means considering how your email looks and behaves across various platforms. SpamResource.com provides valuable information on new authentication requirements that impact all email types.
Expert view
Expert from Email Geeks confirms that they have never heard of SMTP blocking emails specifically due to the presence of HTML content. This suggests that such a blocking mechanism is not a standard or common practice in the email ecosystem.
18 Feb 2021 - Email Geeks
Expert view
Deliverability Consultant from SpamResource.com highlights that while most modern email clients support HTML, having a clean plain text alternative is crucial for deliverability and avoiding content-based filters. This dual approach ensures broader compatibility.
20 Feb 2024 - SpamResource.com
What the documentation says
Official documentation from email service providers and technical resources largely focuses on best practices for HTML email coding and the importance of multipart messages, rather than discussing outright rejection of HTML. The emphasis is on ensuring compatibility and avoiding common pitfalls that could lead to emails being filtered, not blocked, due to content issues.
Key findings
HTML limitations: Documentation frequently highlights that email clients have varying support for HTML and CSS, which means complex web-like designs may not render consistently. This necessitates simplified HTML structures.
Multipart/alternative recommendation: Many guides recommend sending emails with both HTML and plain text parts to ensure broad compatibility. This is crucial for reaching all subscribers, especially those with accessibility needs or older clients.
Spam avoidance: Documentation often advises against practices that can trigger spam filters, such as using excessive images with little text or poorly formatted HTML, as these can lead to messages being sent to the junk folder, but not typically outright rejected.
Plain text for core message: Some technical guides suggest creating the plain text version first to ensure the core message is clear and concise before adding HTML styling. This prioritizes content over design complexity.
Key considerations
HTML coding standards: Adhere to specific HTML and CSS practices recommended for email, such as using inline styles and table-based layouts, to maximize rendering consistency across various email clients. Mailchimp's documentation on limitations of HTML email provides valuable insights.
Content optimization: Regardless of format, email content should be clear, concise, and provide value to the recipient to minimize spam complaints and improve engagement. This directly impacts how ISPs manage email deliverability. For more information about ISP data and deliverability, refer to our page on what ISP information is most useful.
Image-text balance: Be mindful of the image-to-text ratio. While images enhance HTML emails, an over-reliance on images without sufficient text can trigger spam filters, as highlighted by Tower Marketing's blog on image-only emails.
Technical article
Email Service Provider Documentation from Mailchimp details that HTML email content can have limitations, as not all web-based HTML features are supported by email clients, requiring specific coding practices. This means complex JavaScript or external stylesheets often fail to render.
08 Mar 2023 - Mailchimp
Technical article
Developer Guide from CSS-Tricks recommends that email developers prioritize creating the plain text version of an email first, as this ensures the core message is clear before applying complex HTML styling. This method helps maintain message integrity.