Sending an email made entirely of images stays tempting for marketing teams under tight deadlines: one visual exported from Figma, dropped into the sending platform, and the job feels done. The problem is that this practice checks almost every box modern email clients penalize in 2026: deliverability, accessibility, performance measurement, and dark mode rendering.
One figure sets the stakes: according to the Email Accessibility 2026 report by the Email Markup Consortium, 99.88% of emails analyzed show “Serious” or “Critical” accessibility issues, and the absence of usable text is the main cause. Here are 7 documented reasons to ban image-only emails, plus 4 factors that have emerged in recent years and that many teams still overlook.
1# Difficulty downloading the images
An email saturated with images loads slowly, and the effect becomes even more visible on degraded mobile connections or in low-bandwidth areas. Past a certain size, Gmail will outright truncate the message in preview: beyond roughly 102 KB of source HTML, Gmail clips the email and shows a “Message clipped” link that hides everything further down in the code, including links, the pre-header, and the signature.
Subscribers do not wait. A visual that lags for a few seconds is enough for a recipient to close the tab, archive, or unsubscribe. The practical rule is to keep individual images under 200 KB, total HTML under 100 KB, and to favor modern compressed formats such as WebP when the client supports them, with a JPEG/PNG fallback for the rest.
2# Watch out for anti-spam filters
Anti-spam filters do not read images. For SpamAssassin, one of the most widely deployed engines among email providers, the rule family HTML_IMAGE_ONLY_* (from HTML_IMAGE_ONLY_08 to HTML_IMAGE_ONLY_32) triggers an additional score whenever a message contains images and little usable text, evaluated in bytes of remaining words after HTML stripping. If the cumulative score crosses the threshold set by the recipient (often 5 points), the email goes straight to spam, regardless of your sender reputation elsewhere.
Modern machine-learning-based filters go further. Gmail and Outlook analyze the text-to-HTML ratio, the presence of links, and the semantic consistency between subject line and body. An email with no text offers no usable signal, which makes it statistically more suspicious. Direct consequence: placement in the “Promotions” tab at best, in spam at worst, and a degraded sender reputation that weighs on the campaigns that follow.
3# Disabled image display settings
This reason needs updating, because the situation has shifted significantly since the 2010s. Today, three scenarios coexist:
- Apple Mail (45.51% of opens according to Litmus 2026) loads images automatically via Mail Privacy Protection from iOS 15 onward. The subscriber sees your visual, but you can no longer measure opens accurately.
- Gmail (23.54% of opens) has loaded images since 2013 through a Google proxy, so they are visible by default on most accounts.
- Outlook Desktop, Outlook Web, and many corporate webmails still block incoming images by default, especially for senders unknown to the subscriber.
In the latter case, an image-only email appears literally empty. A white box with a red cross where the content should be, sometimes followed by a “Click here to display images” message. Many recipients never take that step and mark the email as spam to be done with it, which degrades your complaint rate (see section 11).
4# Think about reading on mobile
Litmus puts mobile opens at around 65 to 70% across most B2C verticals, and between 40 and 50% in B2B. On a 4 to 6 inch screen, a hero image designed for 600 px wide becomes illegible without pinch-and-zoom. Text baked into the visual shrinks, clickable CTAs become imprecise for the finger, and the retina display exposes any image not sourced in 2x.
With native HTML text, the browser can adapt the size, handle line wrapping, and respect the user’s accessibility preferences (larger font size, high contrast). With an image, the rendering is frozen. For power users, this becomes an automatic unsubscribe trigger: two unreadable emails in a row is enough.
5# The absence of pre-header
The pre-header is the second line your recipient sees in the inbox, right after the subject line. It is a space of 80 to 120 characters depending on the client, and it carries as much weight as the subject line on open rates. Pre-header optimization is one of the most profitable levers in a campaign, because it works as a second hook.
On a 100% image email, the pre-header is empty or filled with parasitic text (“View this email in your browser”, “If you do not see this correctly…”). The recipient perceives that as a sloppy email and moves on. On Outlook, Gmail mobile, and almost every other client, this snippet is pulled from the first HTML text detected in the code, and in its absence, the algorithm fills the gap with whatever it finds.
6# Impossibility for subscribers to search for your messages
Users search their old emails by keywords. A search for “Christmas promo code” or “order confirmation” only works if those words exist as indexable text. On an email built from images, neither Gmail nor Outlook can reference the offer details, the conditions, or the order number when it is baked into the visual.
This also affects personal archiving. Many subscribers use automatic sorting rules based on keywords (“invoice”, “newsletter”, “promo”). A 100% image email escapes these rules, ends up in the main inbox when it should be filed, and increases perceived friction. Over the long run, these are the emails users delete without opening.
7# Fewer personalization options
Modern personalization is no longer limited to a first name in the subject line. Sending platforms offer dynamic blocks, conditional content per segment, CTAs tailored to purchase history, and product recommendations generated at open time. All of this requires manipulable HTML.
With a frozen image, you lose AMP for Email, interactive elements, countdown timers, embedded polls, and product carousels. You also give up real-time updates, for example changing the stock displayed or removing an out-of-stock product without resending the campaign. On verticals like e-commerce or on-demand services, this is a direct revenue loss.
8# Dark mode breaks your visuals (and you do not see it)
Apple Mail, Outlook 2019, Outlook iOS and Android, Gmail iOS and Android: all of them apply a transformation from light background to dark background when the system runs in night mode. On an image-only email, the PNG logo on white background clashes harshly, the transparent black logo disappears, and rasterized CTAs lose their contrast. The classic solutions (dual logo via @media (prefers-color-scheme: dark), <picture>, SVG) all require an HTML structure, so none of them work on an image-only email.
To go deeper on adapting your campaigns, see our dedicated guide Dark mode and emailing.
9# Mail Privacy Protection has skewed the picture for tracking
Since iOS 15 (September 2021), Apple Mail automatically loads tracking pixels through a proxy, which artificially inflates the open rates reported. According to Litmus, MPP now covers 55 to 60% of measured email opens. The real indicators become clicks, conversions, and unsubscribe rate. An image-only email mechanically gets fewer clicks than a balanced text/image email: no native hyperlinks, just clickable zones on the image. You concentrate your effort on a format that underperforms on the very metric that still matters.
To dig into this topic further, see Email open rate: towards a declared end?
10# Accessibility: your email is probably not WCAG 2.2 compliant
The Email Accessibility 2026 report by the Email Markup Consortium analyzed 376,348 emails and concluded that 99.88% of them present “Serious” or “Critical” issues. A 100% image email blocks screen readers (VoiceOver, JAWS, NVDA, TalkBack): without an alt attribute, your visually impaired recipient hears “image, image, image”. And since June 28, 2025, European Directive 2019/882 (European Accessibility Act) requires companies with more than 10 employees to make their electronic communications to consumers accessible.
See our dedicated guides: Why is emails accessibility important and Alt text tag: improve your newsletters.
11# You raise the complaint risk (and Gmail/Yahoo do not like that)
Since February 1, 2024, Gmail and Yahoo require senders of more than 5,000 messages per day to align SPF + DKIM + DMARC, to include a List-Unsubscribe-Post: One-Click header, and to keep a complaint rate below 0.30% (ideally below 0.10%). A 100% image email mechanically contributes to this complaint rate: it appears broken (reason 3), the pre-header is empty (reason 5), and the recipient no longer recognizes your brand. When they cannot identify the sender at a glance, they click “Report as spam” rather than the unsubscribe link. The click is faster, and the deliverability consequence is heavy, especially now that Outlook has since aligned its rules.
The text-to-image ratio in 2026: why it is no longer an absolute rule
There was a time when the text-to-image ratio was considered an unavoidable standard for passing antispam filters. Many marketing experts recommended an ideal of 60% text to 40% images. That rule rested on SpamAssassin heuristics and the Bayesian filters of the 2000s and 2010s.
Today, modern filters use machine learning and weigh a bundle of signals: authentication, IP and domain reputation, subscriber engagement history, sending speed, textual content, and consistency with the subject line. The text-to-image ratio as such is no longer a spam signal, except in extreme cases (an email built from a single image hosted on a server with no reputation).
That said, the ratio remains critical for three non-technical reasons:
- Accessibility (point 10), because screen readers need text.
- Rendering when images are blocked (point 3), because the text alone carries the message.
- Engagement measurement (point 9), because clicks come from text links as much as from image CTAs.
Here is what to keep in mind in 2026:
- You can use more images if they are properly compressed, correctly integrated, and equipped with relevant
altattributes. - Keep avoiding 100% image emails: they remain problematic for readability, display, and accessibility.
- Always favor clear, lively, and descriptive text, even when the visual stays at the heart of your design.
- Think “bulletproof email”: a design that holds up even when the recipient blocks images, reads in dark mode, or uses a screen reader.
How to test your emails before sending
No mature email team launches a campaign without multi-client testing. The main tools on the market in 2026:
| Tool | What it tests | When to use it |
|---|---|---|
| Litmus | Rendering on 90+ clients (including Outlook, Apple Mail, Gmail, dark mode), automated accessibility, pre-header preview | Pre-send tests on all critical campaigns |
| Email on Acid | Cross-client rendering, dark mode checks, blocked-images simulation | Alternative to Litmus, often cheaper for small teams |
| Mail Tester | SpamAssassin score, SPF/DKIM/DMARC authentication, blacklist presence | Quick one-off checks before sending to a new segment |
| Postmark Spam Check | Header analysis, link validity, text-to-image ratio | Post-send diagnosis when an email landed in spam |
| Google Postmaster Tools | Complaint rate, IP and domain reputation, authentication | Continuous monitoring for high-volume Gmail senders |
One minimum test to run systematically: disable images in your Outlook client and open your email. If you can no longer understand the message, neither can your subscribers.
Balanced email checklist
Before every send, review these 10 points:
- Is the main message readable without the images?
- Does each image have a descriptive
altattribute (except decorative ones)? - Is the total email weight under 102 KB to avoid the Gmail clip?
- Does the pre-header contain a real hook line?
- Are the main CTAs bulletproof HTML buttons, not clickable images?
- Is the dark mode rendering acceptable (logo, background, contrast)?
- Is the email responsive on mobile (320-600 px width)?
- Are the subject line and pre-header consistent with the body text?
- Do the internal links point to URLs with a trailing slash to avoid 301 redirects?
- Is the
List-Unsubscribe-Post: One-Clickheader properly configured on the platform side?
FAQ
An email with a single large image above the fold, does it work?
If the rest of the message contains structured HTML text (headings, paragraphs, links, button CTAs), yes. The hero visual can be your visual hook. The problem starts when the email body itself is also an image, or when the hero contains all the key information in rasterized form.
Is the 60/40 text-to-image ratio still relevant?
No longer as an absolute deliverability rule, but it remains a sound approximation for reasons of accessibility, rendering without images, and engagement measurement. A ratio between 60/40 and 80/20 text-to-image works well for most verticals.
What about PNG vs JPEG vs WebP for email images?
JPEG for photos, PNG for logos with transparency (keeping the dark mode effect in mind), WebP for clients that support it with a fallback. Avoid inline SVG, since the removal of support in Outlook was announced in late 2025.
Are my open statistics still reliable with MPP?
No, not for Apple subscribers. Favor clicks, conversions, time spent on landing pages, and unsubscribe rate as indicators of real performance. Segment your reports by email client when your platform allows it.
Does the European Accessibility Act really apply to marketing emails?
Yes, Directive 2019/882 covers electronic communications aimed at European consumers since June 2025. Sanctions remain rare, but the risk exists for companies with more than 10 employees, especially in regulated sectors (banking, insurance, telecom).
To summarize, the idea is not to ban images entirely from your emails. The goal is to use them in balance with text, and relevantly to the message you want to deliver. Make sure the content stays clear enough for your subscribers to grasp the essentials, even when the images do not display, when the recipient is in dark mode, and when a screen reader reads the page aloud.
