Defaults.Exposed

Defaults.ExposedFixes › BIMI (Brand Indicators for Message Identification)

How to fix BIMI (Brand Indicators for Message Identification)

BIMI is what puts your logo next to your emails in customers' inboxes — the little brand mark that shows up in Gmail, Yahoo, Apple Mail and Fastmail beside your name. It only works if your email is already properly authenticated, and in the two biggest inboxes it also needs a paid certificate that proves your logo is really yours. Done right, it lifts trust and open rates; done half-way, nothing appears at all.

Bottom line for your business: Without BIMI, every email you send arrives with the same anonymous grey initial that phishers and unknown senders get — you look identical to the impostors trying to spoof you. Real customers hesitate over your legitimate messages, open rates dip, and phishing look-alikes have less to compete against visually. With BIMI properly set up, your logo appears alongside every message in the biggest consumer inboxes: instant recognition, higher trust, measurably better engagement, and a visible signal that a spoofed copy can't reproduce without also passing your DMARC checks.

What this can cost you

Why it matters. Inbox recognition is one of the few branding surfaces you don't own outright — the mail providers do. BIMI is the standard they've agreed on for letting you display your logo there, and they only display it when your domain has already proven it can be trusted (through DMARC enforcement) and, in the two largest inboxes, when a certificate authority has independently verified you own the trademark on the logo. That combination is what makes BIMI a genuine trust signal rather than just decoration: a phisher can't fake it without also passing your DMARC and holding a certificate against your registered mark.

How to fix it, step by step

  1. Get DMARC to enforcement first. Confirm your DMARC record is at p=quarantine or p=reject before starting; BIMI at p=none does nothing.
  2. Prepare an SVG Tiny 1.2 P/S logo. Produce a square SVG that conforms to SVG Tiny 1.2 Portable/Secure — no scripts, no external references, no filters — and host it on your own domain over HTTPS.
  3. Obtain a VMC (or accept limited coverage). Apply to DigiCert or Entrust for a Verified Mark Certificate against your registered trademark. Host the .pem file on your own domain. Without a VMC, Gmail and Apple Mail will not display the logo.
  4. Publish the BIMI DNS record. At default._bimi.yourdomain.com add a TXT record: v=BIMI1; l=https://yourdomain.com/logo.svg; a=https://yourdomain.com/vmc.pem
  5. Send authenticated mail and wait. Send a DMARC-passing message from the domain and check with a BIMI validator; allow several days for Gmail and Apple Mail to begin displaying the logo.
  6. Verify with a checker. Use a free BIMI inspector (bimigroup.org's tool, or MxToolbox) to confirm the record, SVG profile, and VMC all validate.

BIMI, in plain words

When someone opens their inbox, the first thing they see next to every message — before the subject line, before the preview text — is a little circle. For most senders, that circle is just a grey badge with the first letter of the sender’s name. It’s the same badge phishing attempts get. It’s the same badge unknown senders get. Visually, you’re indistinguishable from every impostor pretending to be you.

BIMI — Brand Indicators for Message Identification — is the standard that replaces that grey circle with your actual logo. When it’s working, customers scanning their inbox see your brand mark beside your messages in Gmail, Yahoo, Apple Mail (iOS 16 and macOS Ventura or newer) and Fastmail. It’s a small piece of real estate, but it’s one of the very few branding surfaces inside the inbox that you can influence at all.

Here’s the important part, and the reason BIMI is a genuine trust signal rather than a cosmetic one: the mail providers only display the logo when your domain has already proven it can be trusted. Specifically, your domain must publish a DMARC policy at quarantine or reject — meaning you’re actively telling the world to bin spoofed mail claiming to be you. And for Gmail and Apple Mail (the two inboxes most of your customers use), a certificate authority must have independently verified that the logo is really yours by checking it against a registered trademark. A phisher who wanted to fake your BIMI logo would first have to defeat your DMARC and hold a certificate against your legal mark. That’s the whole point.

This page covers what BIMI actually is, the honest costs (the certificate isn’t free), the sequence you have to follow (DMARC first, always), and the small technical trap that trips most first-time setups — the SVG profile.

What this can cost you

These are realistic, aggregate patterns — not any one named business.

What it actually is

BIMI has four moving parts, and all four have to line up before your logo appears in the big inboxes. This is where most first-time setups stall — they get three of the four right and can’t work out why nothing shows.

1. DMARC at enforcement (the prerequisite). Your domain must publish a DMARC record with a policy of p=quarantine or p=reject. A policy of p=none — the common “monitoring only” starting point — does not qualify for BIMI at all. This isn’t optional and it isn’t negotiable: the mail providers will simply not display a logo for a domain that isn’t actively defending itself against spoofing.

2. The SVG logo (hosted on your domain). A square SVG file of your logo, conforming to the SVG Tiny 1.2 Portable/Secure profile (often written as SVG-P/S or SVG PS). This is a deliberately stripped-down flavour of SVG: no scripts, no external references, no filters, no animations, no XML entities. It exists specifically so mail providers can safely render it without security risk. Design-tool exports (Illustrator, Figma, Sketch) almost never conform out of the box — they include metadata, filters, or references that fail the check. You typically need to hand-clean the file or run it through a BIMI-aware conversion tool.

3. The Verified Mark Certificate — VMC (needed for Gmail and Apple Mail). A cryptographic certificate issued by a certificate authority — currently DigiCert or Entrust are the two accepted issuers — after they independently verify that the logo you’re publishing is a registered trademark you legally own. Typical cost: €1,500–1,800 per year. The certificate file (.pem) is hosted on your own domain over HTTPS. Without a VMC, Yahoo and Fastmail may still display your logo, but Gmail and Apple Mail — the two largest consumer inboxes — will not. There’s also a cheaper alternative called a Common Mark Certificate (CMC) that doesn’t require a registered trademark, but its acceptance is narrower and Gmail’s support for CMCs is still evolving — treat CMC as partial coverage, not a full substitute.

4. The BIMI DNS record (the pointer). A TXT record published at a specific hostname — usually default._bimi.yourdomain.com — that tells receiving mail servers where to find the SVG and the VMC. Its format is:

v=BIMI1; l=https://yourdomain.com/logo.svg; a=https://yourdomain.com/vmc.pem

l= points to the SVG. a= points to the VMC .pem file. Both URLs must be HTTPS and reachable, and they’re conventionally hosted on your own domain rather than a third party.

What “good” looks like, in one line: DMARC at p=quarantine or stricter, an SVG-P/S logo hosted on your domain, a valid VMC issued against your registered trademark and hosted on your domain, and a BIMI TXT record at default._bimi.yourdomain.com pointing to both — confirmed with a BIMI checker showing all four green.

How to fix it (paid — allow €1,500+/year and 4–8 weeks for a VMC)

Hand this section to whoever manages your domain, your DNS, and your email marketing. The DNS record and SVG are free; the Verified Mark Certificate is not. Do not start this work until your DMARC record is at p=quarantine or p=reject — BIMI at p=none does absolutely nothing.

The golden rule: DMARC enforcement first, VMC application in parallel with SVG preparation, DNS record last. Publishing the BIMI record before the SVG and VMC are ready just makes the check fail publicly.

Step 1 — Confirm DMARC is at enforcement.

Step 2 — Prepare an SVG-P/S logo.

Step 3 — Apply for a VMC (or decide to skip Gmail/Apple coverage).

Step 4 — Publish the BIMI DNS record.

Step 5 — Verify and wait.

Common mistakes

Where this sits in your grade

BIMI counts toward your Email Security score, but it’s deliberately treated as an enhancement rather than a core control — the underlying protections (SPF, DKIM, and especially DMARC at enforcement) are what actually stop your domain being spoofed. BIMI only becomes possible once DMARC is at p=quarantine or p=reject, so a missing BIMI record on a domain that hasn’t reached DMARC enforcement is scored as informational: fix DMARC first, and BIMI becomes reachable. On a domain that has reached DMARC enforcement, BIMI represents a real branding and trust win that most similar businesses haven’t yet claimed — worth the certificate cost if your logo is trademarked and Gmail/Apple Mail are where your customers read your mail.

FAQ

I'm not technical — is this something I need to deal with personally?

No. You need to understand what BIMI costs (mainly the VMC certificate if you want Gmail and Apple Mail to display the logo) and confirm you're happy paying for it. The actual setup lives with whoever manages your DNS and your email — hand them the 'How to fix it' section. The one thing only you can do is decide whether your marketing team is ready for DMARC enforcement first, because BIMI cannot work without it.

How much does BIMI actually cost?

The DNS record and the SVG logo are free. The cost is the Verified Mark Certificate (VMC): typically €1,500–1,800 per year from DigiCert or Entrust, the two authorities that currently issue them. Without a VMC, Yahoo and Fastmail may still display your logo, but Gmail and Apple Mail — the two inboxes most of your customers use — will not. There is a cheaper alternative called a Common Mark Certificate (CMC) that doesn't require a registered trademark, but it's not yet accepted everywhere Gmail and Apple require a full VMC, so its coverage is patchier.

We haven't done DMARC yet — can we still do BIMI?

No. BIMI is deliberately layered on top of DMARC: it only displays if your domain publishes DMARC at p=quarantine or p=reject (a policy of p=none does not qualify). This is by design — the mail providers won't put a logo of trust next to a domain that isn't yet defending itself against spoofing. If you're still at p=none, that's the work to do first; BIMI becomes possible after.

Do I need a registered trademark to use BIMI?

For a VMC, yes — DigiCert and Entrust require your logo to be a legally registered trademark in a recognised jurisdiction (typically your primary market — EU, US, UK, etc.) before they'll issue the certificate. The CMC alternative does not require a trademark, but as noted above its acceptance is narrower. If you don't hold a trademark on your logo and don't plan to, BIMI is mostly out of reach for the two largest inboxes.

Why won't my logo display even though I've done everything?

The two most common reasons after 'DMARC isn't at enforcement': the SVG file doesn't meet the strict SVG Tiny 1.2 Portable/Secure profile (a specific, stripped-down flavour of SVG with no scripts, no external references, no filters, and a square viewBox), or the VMC isn't installed and reachable at the URL in your BIMI record. Design-tool SVG exports almost always need to be manually cleaned up to conform. Gmail and Apple Mail run automated checks on both and silently skip the logo if either fails.

How long until the logo actually appears in inboxes?

DNS propagation takes 24–48 hours. After that, Gmail typically starts displaying the logo within a few days of your next authenticated send from the domain — it's not instantaneous per-recipient, because their systems build reputation on the domain and certificate over time. Apple Mail (iOS 16+ and macOS Ventura+) is broadly similar. Yahoo and Fastmail tend to be faster. Send authenticated mail regularly during this period so their systems have something to evaluate.