BIMI (Brand Indicators for Message Identification) displays your brand logo next to your emails in supported inboxes. In early 2025, Google introduced Common Mark Certificates (CMCs), removing the trademark requirement that previously made BIMI inaccessible to most businesses. For cold email, BIMI can improve trust and open rates, but it's a "nice to have" -- not a deliverability fix. Get your authentication, warmup, and content right first, then consider BIMI as a trust-building layer.
If you've sent cold email in the last year, you've probably noticed that some senders display a brand logo next to their name in Gmail, Apple Mail, and Yahoo. That's BIMI at work. For a long time, the standard was locked behind a trademark requirement that made it impractical for most cold email teams. That changed in 2025.
This guide breaks down what BIMI is, how the new Common Mark Certificates make it accessible, and whether it's actually worth setting up for cold email outreach in 2026.
What Is BIMI?
BIMI stands for Brand Indicators for Message Identification. It's an email standard that lets you display your brand's logo next to your emails in supported inboxes. When a recipient sees your message, instead of a generic initial or avatar, they see your actual company logo -- a visual trust signal before they even open the email.
BIMI is supported by the major inbox providers that matter most for cold email:
- Gmail -- Full BIMI support with logo display in both web and mobile
- Apple Mail -- Displays BIMI logos on iOS and macOS
- Yahoo Mail -- One of the earliest BIMI adopters
- Fastmail -- Full support for BIMI logos
One notable absence: Microsoft Outlook does not support BIMI. Microsoft has its own proprietary system for verified sender logos, which operates independently of the BIMI standard. If a large portion of your prospects use Outlook or Microsoft 365, BIMI won't have any visual impact on those recipients.
BIMI isn't an authentication protocol itself -- it's a display layer that sits on top of existing authentication. Think of it as the visual reward for already having your email authentication in order.
How BIMI Works
BIMI works through a chain of requirements. Each link in the chain must be in place before your logo will display:
- Valid DMARC policy -- Your domain must have a DMARC record set to
p=quarantineorp=reject. Ap=nonepolicy is not sufficient for BIMI. - SPF and DKIM alignment -- Your emails must pass SPF or DKIM checks, and the authenticated domain must align with your From address.
- SVG logo file -- Your brand logo must be in SVG Tiny Portable/Secure (SVG P/S) format -- a specific, restricted subset of SVG. Standard SVG files won't work.
- Mark certificate -- Either a Verified Mark Certificate (VMC) or a Common Mark Certificate (CMC) that vouches for your logo's authenticity.
- BIMI DNS record -- A TXT record at
default._bimi.yourdomain.comthat points to your hosted logo and certificate.
When a receiving mail server processes your email, it checks your DMARC policy, verifies authentication passes, looks up the BIMI DNS record, validates the certificate, and then displays your logo. The entire process happens automatically -- no action required from the recipient.
Common Mark Certificates: The 2025 Game Changer
Before 2025, BIMI was effectively limited to large enterprises. Here's why: the only way to get a BIMI certificate was through a Verified Mark Certificate (VMC), which required a registered trademark. That meant going through a trademark office, waiting months for approval, and then paying $1,000 to $1,500 per year for the VMC itself. For a cold email operation running multiple domains, the math didn't work.
In early 2025, Google began accepting Common Mark Certificates (CMCs) as a valid BIMI certificate type. The difference is significant:
- No trademark required -- Any business can obtain a CMC without registering a trademark
- Cost: $40-100/year -- A fraction of the VMC price, available from providers like DigiCert and Entrust
- Faster issuance -- Days instead of months, since there's no trademark verification step
- Domain validation -- The certificate validates that you control the domain and the logo, not that you own a trademark
This single change opened BIMI to startups, small businesses, and cold email teams that were previously priced out. If you have a domain with proper DMARC and a logo, you can now display that logo in Gmail inboxes for under $100 per year.
BIMI's Impact on Cold Email
Let's be honest about what BIMI does and doesn't do for cold email outreach.
Potential Benefits
- Logo visibility increases trust -- A branded logo next to your email stands out in a crowded inbox. Recipients are more likely to perceive your message as legitimate when they see a professional logo rather than a generic initial.
- Open rate improvements of 5-10% -- Early data from BIMI adopters suggests a measurable lift in open rates, particularly for cold outreach where the recipient has no prior relationship with the sender.
- Signals legitimacy -- BIMI requires DMARC enforcement, which means spammers and phishers can't fake your logo. Recipients who recognize the BIMI logo indicator learn to trust it as a signal of a real sender.
- Brand recognition at scale -- Over hundreds or thousands of emails, consistent logo display builds familiarity even with prospects who don't open every message.
Limitations
- No direct deliverability improvement -- BIMI does not influence whether your email lands in the inbox or spam. Deliverability is still determined by authentication, domain reputation, IP reputation, and content quality.
- Limited inbox coverage -- Your logo only displays in supported inboxes. Outlook users (a significant share of B2B prospects) won't see it at all.
- Requires DMARC enforcement -- You need
p=quarantineorp=reject, which you should already have for cold email. But if you're still onp=none, this is a prerequisite to address first. - Per-domain cost adds up -- If you're running 10+ sending domains, paying $40-100 per domain per year for CMCs becomes a meaningful line item.
The Honest Assessment
If your deliverability is already good -- emails landing in the inbox, decent open and reply rates -- BIMI adds a trust layer that can incrementally improve engagement. If your deliverability is poor -- emails going to spam, low open rates, authentication issues -- BIMI won't fix any of that. It's the polish on top of solid fundamentals, not a substitute for them.
How to Set Up BIMI
If you've decided BIMI is worth implementing, here's the step-by-step process:
Step 1: Ensure DMARC Is Enforced
Check your DMARC record. It must be set to either p=quarantine or p=reject. If you're using Winnr, DMARC is automatically configured on every domain. Verify with:
dig TXT _dmarc.yourdomain.com
You should see something like v=DMARC1; p=quarantine; rua=mailto:dmarc@yourdomain.com or p=reject.
Step 2: Create Your SVG Logo
Your logo must be in SVG Tiny Portable/Secure (SVG P/S) format. This is not a standard SVG file. Requirements:
- Square aspect ratio
- Centered logo on a solid background
- No animation, no scripts, no external references
- SVG Tiny 1.2 profile
- File size under 32KB
Several online tools can convert a standard SVG to SVG P/S format. If you have a designer, share the BIMI SVG specification with them directly.
Step 3: Obtain a CMC or VMC
For most cold email teams, a CMC is the right choice. Purchase one from a certificate authority like DigiCert or Entrust. You'll need to verify domain ownership (similar to an SSL certificate) and submit your logo for validation.
Step 4: Host Your Logo and Certificate
Upload the SVG logo file and the PEM certificate to a publicly accessible HTTPS URL on your domain. For example:
https://yourdomain.com/bimi/logo.svghttps://yourdomain.com/bimi/cert.pem
Step 5: Add the BIMI DNS Record
Create a TXT record at default._bimi.yourdomain.com with the following value:
v=BIMI1; l=https://yourdomain.com/bimi/logo.svg; a=https://yourdomain.com/bimi/cert.pem
Step 6: Verify
Use Google's BIMI inspector tool to validate your setup. It will check your DMARC record, DNS entry, logo format, and certificate validity. Fix any issues it reports before considering the setup complete.
Cost-Benefit Analysis for Cold Email
Here's what BIMI actually costs to implement and maintain:
| Item | Cost | Benefit |
|---|---|---|
| CMC certificate | $40-100/year per domain | Logo display in Gmail, Yahoo, Apple Mail |
| SVG logo creation | $0-50 (if you already have a logo) | Professional, branded appearance |
| DNS configuration | Free (5 minutes of setup) | Trust signal to receiving servers |
| DMARC requirement | Free (should already be in place) | Stronger authentication posture |
Total: $40-150/year per domain. For teams sending significant volume from a small number of domains and looking to build brand recognition, the cost is easy to justify. For teams running dozens of rotating domains, applying BIMI to every domain may not be practical -- consider applying it only to your primary sending domains.
Our Recommendation
BIMI is worth setting up, but it belongs at the end of your deliverability priority list -- not the beginning. Here's the order that matters:
- SPF, DKIM, and DMARC -- Non-negotiable authentication. Every domain, every time. Without these, nothing else matters.
- Proper warmup -- Gradually build sending reputation before scaling volume. Skipping warmup is the fastest way to land in spam.
- Content and list quality -- Personalized, relevant emails to verified contacts. No amount of infrastructure fixes bad targeting or generic copy.
- Sending practices -- Consistent volume, reasonable daily limits, appropriate sending windows. Erratic patterns trigger filters.
- BIMI -- Once steps 1-4 are solid, BIMI adds a visible trust layer that can lift open rates and brand recognition over time.
If you're still working on the first four items, BIMI should wait. It won't compensate for weak fundamentals. But if your emails are consistently hitting the inbox and you want an incremental edge, a CMC at $40-100/year is a reasonable investment for your primary sending domains.
Related guides: Set up your domains correctly with our DNS setup checklist, review the cold email best practices guide, or learn how TLD choice affects deliverability.
Frequently Asked Questions
Does BIMI improve email deliverability?
No. BIMI is a display standard, not a deliverability tool. It determines whether your logo appears next to your email in supported inboxes -- it does not influence whether your email reaches the inbox in the first place. Deliverability is driven by authentication (SPF, DKIM, DMARC), domain reputation, IP reputation, and content quality. However, BIMI does require DMARC enforcement, which indirectly strengthens your authentication posture. The visual trust signal from BIMI may improve open rates and reduce spam reports, which can have a positive feedback loop on reputation over time.
Is BIMI worth it for cold email?
It depends on where you are in your deliverability journey. If your authentication is solid, your domains are warmed, and your emails are landing in the inbox, BIMI is a worthwhile addition that can improve open rates by 5-10% and build brand familiarity with prospects. At $40-100/year per domain with the new CMC certificates, the cost is modest. However, if you're still struggling with deliverability fundamentals, BIMI should not be a priority -- fix authentication, warmup, and content quality first.
Does Outlook support BIMI?
No. Microsoft Outlook does not support the BIMI standard as of March 2026. Microsoft has its own proprietary verified sender program that operates independently. This means BIMI logos will not display for recipients using Outlook, Outlook.com, or Microsoft 365 mail. Your BIMI logo will display in Gmail, Apple Mail, Yahoo Mail, and Fastmail. If a significant portion of your target audience uses Microsoft email, factor this into your cost-benefit calculation.