Most marketers know the European Accessibility Act as "that accessibility law." Fewer have read what it actually says about email. That gap is about to cost the unprepared.
The EAA has applied since 28 June 2025, and promotional email sits squarely inside its scope. Yet industry surveys put accessibility compliance at roughly one in five marketing teams — meaning four in five newsletters being sent to European inboxes today are non-compliant.
This guide explains who the law covers, the standards behind it, and the concrete checklist to make your email accessible without breaking what already works.
What you will learn:
- Why the EAA applies to email and to whom
- The standards that define "accessible email" in practice
- The five elements that matter most in every email
- How accessibility and deliverability overlap
- A step-by-step compliance checklist
The Short Version
- The EAA applies to e-commerce and consumer-facing email sent into the EU from 28 June 2025.
- Compliance is judged against EN 301 549, which aligns with WCAG 2.1 Level AA.
- Only about 21% of teams currently follow accessibility standards.
- The core requirements are alt text, colour contrast, readable text, logical structure and screen-reader compatibility.
- Accessible email generally helps deliverability, because it rewards clean HTML and honest design.
Does the EAA Actually Apply to Email?
The European Accessibility Act is a directive that requires products and services in scope to be accessible. The scope includes e-commerce services — selling goods or services to consumers online. Marketing email is the channel that supports and drives those sales, and regulators treat it as part of the service.
There is no email-specific carve-out. If your business sells to consumers in the EU, the promotional email you send in support of that service is in scope. That includes newsletters that promote products, abandoned-cart flows, and transactional follow-ups with marketing content.
| Question |
Answer |
| Law |
European Accessibility Act (Directive (EU) 2019/882) |
| Entered into force |
22 June 2019 |
| Application date |
28 June 2025 |
| Applies to |
E-commerce and consumer-facing digital services in the EU |
| Includes email? |
Yes — promotional and marketing email |
| Standard |
EN 301 549 (aligns with WCAG 2.1 AA) |
| Enforced by |
National authorities in each EU member state |
The enforcement model is national. Each member state designates a body responsible for monitoring and penalties, so the specifics vary by country. What does not vary is the underlying requirement: your email must be usable by people with disabilities.
The Standards: EN 301 549 and WCAG 2.1
The EAA is a directive, not a technical rulebook. It tells you the outcome — accessible services — and the technical detail lives in a harmonised standard called EN 301 549. For web content, EN 301 549 incorporates WCAG 2.1 at Level AA.
What does that mean for an email? You are not required to meet every success criterion in a template. You are required to demonstrate that people with disabilities can access and act on your content. In practice that collapses to a short, manageable set.
Accessibility is not a feature you add at the end. It is a property of how the email is written, structured and designed from the first draft.
The Five Elements That Matter Most
1. Text alternatives (alt text). Every meaningful image needs alt text that describes its purpose. Decorative images need empty alt text (alt="") so screen readers skip them. The email alt text checker can audit this across a template.
2. Colour contrast. Body text should meet a contrast ratio of at least 4.5:1 against its background; large text at least 3:1. This is the most common automated failure, and the easiest to fix.
3. Readable, resizable text. Text must remain legible when the user increases font size, and layouts must not rely on the reader being able to see colour or fine detail.
4. Logical structure and reading order. Headings, links and body content should follow a clear hierarchy that a screen reader can traverse. Semantic markup beats visual decoration.
5. Descriptive links and single action. Link text should say where it goes — not "click here" — and the email should lead to one primary call to action rather than competing goals.
Accessibility vs. Deliverability: Why They Converge
There is a useful overlap that makes compliance easier to sell internally. In 2026, inbox providers and AI-assisted inboxes increasingly reward the same things accessibility requires:
- Clean, semantic HTML that a screen reader can parse also parses well for AI summaries.
- Meaningful alt text improves the image-to-text ratio and gives AI models context.
- A single primary CTA and clear hierarchy is exactly what an AI summariser needs to produce a useful preview.
- Honest, legible design signals quality to spam filters.
Read more on how these factors interact in our guides on what triggers email client spam filters and the email deliverability basics.
The Accessible Email Checklist
Use this as a pre-send gate for every recurring template.
- Every image has alt text that describes purpose; decorative images use empty alt.
- Body text contrast is 4.5:1 or higher; large text 3:1.
- Font size is comfortable (14px body or larger) and text can be resized without breaking.
- No information is conveyed by colour alone — pair colour with labels or icons.
- Links have descriptive text that works out of context.
- The layout is single-column and works at a minimum width of 320px.
- Tables are only used for data, not page layout, with proper header relationships.
- Interactive elements are keyboard accessible and have large tap targets.
- A plain-text fallback is available for the message body.
- Content is tested with a screen reader and an automated checker.
Accessible Email in Practice: Good vs. Bad
The fastest way to internalise the requirements is to see the difference.
| Element |
Poor example |
Accessible example |
| Image alt text |
alt="email" on every image |
alt="Sale: 30% off summer styles until Sunday" |
| Decorative image |
alt="holiday-stripe-banner.jpg" |
alt="" (skipped by screen readers) |
| Body contrast |
Grey text on white (2.1:1) |
Dark grey on white (≥4.5:1) |
| Link text |
"Click here" |
"Read the full sizing guide" |
| Structure |
Text, then heading, then image |
Heading first, then content, in reading order |
| Colour cues |
Red text = "on sale" |
Red text + the word "Sale" |
The same rewrite that helps a screen reader also helps every reader scan faster, and it gives AI summarisers the context they need to describe the email accurately. Accessible email design is not a separate template; it is good email design.
How to Test Email Accessibility
You do not need a lab to test accessibility. These five checks catch the majority of issues in under ten minutes.
- Run an automated checker. Tools like the email accessibility checker and alt text checker flag contrast, missing alt text and structural problems instantly.
- Listen to it in a screen reader. VoiceOver on macOS and iOS, and NVDA on Windows, read the email out loud. If the order sounds wrong, the structure is wrong.
- Navigate by keyboard only. Every link and button should be reachable and operable without a mouse.
- Check high contrast and dark mode. Open the email at high contrast and in dark mode; text and images must stay legible.
- View the plain-text version. If the fallback is not readable and complete, fix it.
| Test |
What it catches |
| Automated checker |
Contrast, missing alt text, basic structure |
| Screen reader pass |
Reading order, hidden content, link context |
| Keyboard-only pass |
Operable links and buttons |
| High contrast / dark mode |
Colour-dependent content, low contrast |
| Plain-text preview |
Missing fallback, lost information |
Adding these steps to your QA process before every recurring send turns accessibility from a one-off project into a habit — and it protects you on both the compliance and the deliverability side of the equation.
Key Takeaways
- The EAA has applied since 28 June 2025, and promotional email is in scope for any business selling to EU consumers.
- Compliance is measured against EN 301 549, which for email means WCAG 2.1 Level AA in practice.
- The five essentials are alt text, contrast, resizable text, logical structure and descriptive links.
- Accessibility and deliverability converge: clean, honest, well-structured email performs better in filters and AI inboxes.
- Start with your recurring templates and automation flows, then move to campaign email.
Sources and Further Reading
Related Articles
Related tools: Audit alt text with the email alt text checker, review colour and readability with the email readability score, run a full email accessibility check, and size the deliverability impact with the deliverability calculator.
This article provides general information about the European Accessibility Act and is not legal advice. Compliance requirements vary by member state; consult qualified counsel for your own programme.