Brand Indicators for Message Identification (BIMI) is a standard that allows organizations to display their brand logo next to authenticated emails in inboxes that support it (like Gmail, Yahoo, Apple Mail, and others).
There are two levels of logo display with BIMI:
You do not need to purchase anything to display just your logo using BIMI. Here are the key requirements:
Host the logo somewhere your email providers can fetch it over HTTPS.
quarantine
or reject
Example DMARC record:
v=DMARC1; p=quarantine; rua=mailto:dmarc@example.com;
Example:
default._bimi.example.com TXT "v=BIMI1; l=https://example.com/logo.svg;"
To display your logo along with a checkmark (e.g., in Gmail,Apple Mail, etc.), you must purchase and configure a VMC.
Your logo must be registered as a trademark (e.g., with the USPTO or EUIPO)
Example:
default._bimi.example.com TXT "v=BIMI1; l=https://example.com/logo.svg; a=https://example.com/vmc.pem;"
Item | Logo Only | Logo + Checkmark |
---|---|---|
BIMI-compliant SVG | Free | Free |
Hosting the logo | Free | Free |
DMARC setup | Free | Free |
Trademark registration | Not Required | Required |
Verified Mark Certificate | Not Required | Required (~$1,000+/year) |
Feature / Requirement | Logo Only (Free) | Logo + Checkmark (VMC) |
---|---|---|
BIMI SVG Logo | Required | Required |
Public HTTPS logo URL | Required | Required |
DMARC (quarantine/reject) | Required | Required |
BIMI DNS Record | Required | Required |
Trademarked Logo | Not Required | Required |
Verified Mark Certificate | Not Required | Required |
Gmail support | Not Required (Usually hidden) | Full support |
Yahoo / Fastmail support | Required | Fully supported |
Yes, the PEM file (Verified Mark Certificate) issued by a provider like DigiCert is cryptographically bound to both:
When a VMC is issued:
This means the VMC is not reusable across different logos or brands.
Change the URL or hosting location of the logo in your BIMI DNS record, as long as the image content is identical to what the VMC certifies.
If you need to use a different logo:
l=
(logo URL) and new a=
(VMC URL).Question | Answer |
---|---|
Is the VMC PEM tied to the logo? | Yes, cryptographically tied to the exact SVG logo and your trademark |
Can you change the logo in BIMI DNS? | Only if the image is identical; changing the graphic invalidates the VMC |
How to update to a new logo? | 🔄 Re-issue the VMC with the new trademarked logo |