BIMIBrand Indicators for Message Identification
BIMI (Brand Indicators for Message Identification) is a standard that displays your brand logo next to authenticated email in supporting inboxes like Gmail, Apple Mail, and Yahoo. It is a reward layer on top of DMARC: you only qualify once your domain enforces DMARC, publishes a special BIMI DNS record pointing to an SVG logo, and, for Gmail and Apple, proves you own that logo with a VMC.
- Shows a verified brand logo beside authenticated mail in supporting inboxes
-
Requires DMARC at enforcement (
p=quarantineorp=reject), neverp=none - The logo must be SVG Tiny Portable/Secure, not a PNG, JPG, or GIF
- Gmail and Apple Mail require a VMC certificate proving you own the logo
TXT
default._bimi.yourdomain.com
v=BIMI1
How BIMI works
BIMI is the visible payoff for getting authentication right. Once your domain is authenticating and enforcing DMARC, you publish a small DNS record that points to a hosted logo and (for most providers) a certificate. When a message from your domain passes DMARC, a supporting inbox fetches that logo and shows it beside the message in the message list and sometimes the open view.
It does nothing for security on its own; it is a presentation layer that only activates for mail that already authenticates. That dependency is the point: by tying the logo to a strict DMARC policy, BIMI gives brands a concrete reason to reach full enforcement, and gives recipients a visual cue that a message is genuinely from the brand it appears to be.
What BIMI requires
- DMARC at enforcement. Your policy must be
p=quarantineorp=rejectwithpct=100. A policy ofp=nonedoes not qualify. - A compliant logo. A square SVG in the strict SVG Tiny Portable/Secure profile (a tightened form of SVG Tiny 1.2), at least 96 by 96 pixels, hosted over HTTPS.
- A BIMI DNS record. A TXT record at
default._bimi.yourdomain.compointing to the logo and, where required, the certificate. - A certificate. Gmail and Apple Mail require a Verified Mark Certificate (VMC), which proves you own the logo (traditionally via a registered trademark). A Common Mark Certificate (CMC) covers logos in use without a trademark, but Gmail does not display the logo for a CMC.
Anatomy of a BIMI record
The record is a single TXT entry with up to three tags: the version, the logo location, and the certificate location.
default._bimi.example.com. IN TXT "v=BIMI1; l=https://example.com/logo.svg; a=https://example.com/vmc.pem"
v=BIMI1: version. Required, and must come first.l=: the HTTPS URL of the SVG Tiny P/S logo. Required.a=: the HTTPS URL of the VMC or CMC.pemcertificate. Technically optional in the spec, but required by Gmail and Apple Mail to display the logo. Yahoo shows logos from a self-asserted record without one.
Apple Mail (iOS 16, iPadOS 16, and macOS Ventura 13 and later) and Gmail both require the VMC; a Gmail sender verified with a VMC also gets a blue checkmark next to the logo.
What it takes for a BIMI logo to appear
p=quarantine or p=rejectp=none: not eligible
VMC vs CMC
| VMC | CMC | |
|---|---|---|
| Full name | Verified Mark Certificate | Common Mark Certificate |
| Proves | Registered trademark ownership | Logo in genuine prior use |
| Trademark required? | Yes | No |
| Shows in Gmail? | Yes (with checkmark) | No |
| Shows in Apple Mail? | Yes | No |
By the numbers
quarantine or reject with pct=100; p=none does not qualify.Common mistakes
p=nonep=none never qualifies, no matter how perfect the logo and record are. Reach quarantine or reject first.a= tag. Without it you may see the logo in Yahoo but not in Gmail.Frequently asked questions
a= tag of your BIMI record, that proves you own the logo (traditionally through a registered trademark). Yahoo, by contrast, displays BIMI logos from a self-asserted record with no certificate at all. The certificate is optional in the raw BIMI spec, but Gmail and Apple Mail will not display a logo without one.p=quarantine or p=reject with pct=100, host a square SVG Tiny Portable/Secure logo of at least 96 by 96 pixels over HTTPS, publish a BIMI TXT record at default._bimi.yourdomain.com, and obtain a VMC (or, for some providers, a CMC) to prove ownership of the logo.