Skip to main content
HTML Elements

<select>

HTML element · 8 supported, 3 partial, 3 unsupported across 15 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
Apple MaildesktopWebKitSupported
Apple Mail iOSmobileWebKitPartial
Yahoo MailwebmailYahooSupported
Samsung MailmobileSamsungSupported
ThunderbirddesktopGeckoPartial
HEY MailwebmailWebKitUnsupported
SuperhumandesktopBlinkUnknown

Client-by-client behaviour for <select>

Fully supports <select> (8): Gmail, Gmail Android, Outlook 365, Outlook iOS, Outlook Android, Apple Mail, Yahoo Mail, Samsung Mail.

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 (3): Outlook (New), Outlook Classic, 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.

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 15 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.