Skip to main content
HTML Elements

<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

ClientCategoryEngineSupport
GmailwebmailGmail WebSupported
Gmail AndroidmobileGmail MobileSupported
Gmail iOSmobileGmail MobilePartial
Outlook 365webmailOutlook WebSupported
Outlook (New)desktopOutlook WebUnsupported
Outlook ClassicdesktopMicrosoft WordUnsupported
Outlook iOSmobileOutlook MobileSupported
Outlook AndroidmobileOutlook MobileSupported
Outlook for MacdesktopWebKitSupported
Apple MaildesktopWebKitSupported
Apple Mail iOSmobileWebKitPartial
Yahoo MailwebmailYahooSupported
Yahoo Mail AndroidmobileYahooSupported
Yahoo Mail iOSmobileYahooUnsupported
Samsung MailmobileSamsungSupported
ThunderbirddesktopGeckoPartial
HEY MailwebmailWebKitUnsupported
Proton MailwebmailProtonSupported
AOL MailwebmailAOLSupported
FastmailwebmailFastmailSupported
SuperhumandesktopBlinkUnknown

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 Free

Support data last updated Apr 27, 2026 · synced from caniemail.com via @emailens/engine.