<select>
HTML element · 13 supported, 3 partial, 4 unsupported across 21 clients
The <select> element renders a dropdown menu. Every major email client strips <select> for security reasons, since interactive form controls in email are a known phishing vector. Linking out to a hosted form is the only reliable pattern.
Client Support
| Client | Category | Engine | Support |
|---|---|---|---|
| Gmail | webmail | Gmail Web | Supported |
| Gmail Android | mobile | Gmail Mobile | Supported |
| Gmail iOS | mobile | Gmail Mobile | Partial |
| Outlook 365 | webmail | Outlook Web | Supported |
| Outlook (New) | desktop | Outlook Web | Unsupported |
| Outlook Classic | desktop | Microsoft Word | Unsupported |
| Outlook iOS | mobile | Outlook Mobile | Supported |
| Outlook Android | mobile | Outlook Mobile | Supported |
| Outlook for Mac | desktop | WebKit | Supported |
| Apple Mail | desktop | WebKit | Supported |
| Apple Mail iOS | mobile | WebKit | Partial |
| Yahoo Mail | webmail | Yahoo | Supported |
| Yahoo Mail Android | mobile | Yahoo | Supported |
| Yahoo Mail iOS | mobile | Yahoo | Unsupported |
| Samsung Mail | mobile | Samsung | Supported |
| Thunderbird | desktop | Gecko | Partial |
| HEY Mail | webmail | WebKit | Unsupported |
| Proton Mail | webmail | Proton | Supported |
| AOL Mail | webmail | AOL | Supported |
| Fastmail | webmail | Fastmail | Supported |
| Superhuman | desktop | Blink | Unknown |
Client-by-client behaviour for <select>
Fully supports <select> (13): Gmail, Gmail Android, Outlook 365, Outlook iOS, Outlook Android, Outlook for Mac, Apple Mail, Yahoo Mail, Yahoo Mail Android, Samsung Mail, Proton Mail, AOL Mail, Fastmail.
Partial support (3): Gmail iOS, Apple Mail iOS, Thunderbird. Expect rendering quirks unique to each engine. Partial support typically means a subset of values, an ignored shorthand, or sanitizer-specific rewrites.
No support (4): Outlook (New), Outlook Classic, Yahoo Mail iOS, HEY Mail. Plan fallbacks for these clients before relying on <select> in production sends.
Behaviour unverified in: Superhuman.
When to use <select> in email
- Hosted survey or preferences forms , link to a web page rather than embed.
- AMP for Email contexts where dropdowns are explicitly supported (Gmail only).
- Future-proofing markup for niche clients that eventually support form rendering.
Rendering behaviour and edge cases
- Outlook, Gmail, Yahoo, and Apple Mail all strip <select> elements.
- AMP for Email provides limited form support but does not render native <select> reliably.
- Designs that depend on dropdown selection within the email itself will fail in production.
Recommended fallback strategy
Replace any <select> with a CTA button that links to a hosted form. Render the available options as a styled list inside the email so recipients know what to expect on the destination page.
Fixes & Workarounds
Outlook (New)
Unsupported"<select>" is not supported in this email client.
Outlook Classic
Unsupported"<select>" is not supported in this email client.
Yahoo Mail iOS
Unsupported"<select>" is not supported in this email client.
HEY Mail
Unsupported"<select>" is not supported in this email client.
Gmail iOS
Partial"<select>" is not supported in this email client.
Apple Mail iOS
Partial"<select>" is not supported in this email client.
Thunderbird
Partial"<select>" is not supported in this email client.
Related Features
Test your email across all 21 clients
Preview rendering, catch CSS issues, and get actionable fixes. Free.
Try Emailens FreeSupport data last updated Apr 27, 2026 · synced from caniemail.com via @emailens/engine.