
Apple Branded Mail vs BIMI: Why Your Logo Shows Up Differently on Every Device
Ask AI about this blog post: Apple Branded Mail vs BIMI: Why Your Logo Shows Up Differently on Every Device
Your logo finally appears next to your emails in Gmail. Then a customer sends a screenshot from their iPhone showing nothing but a grey circle with your sender initial.
You did not misconfigure anything. You configured BIMI and assumed it covered every inbox. It does not.
Apple built its own separate branded-logo system called Apple Branded Mail. It does not read your BIMI record. It does not share your BIMI setup. It does not use the same logo file, the same DNS record, or the same verification process.
This is the single most common reason brand logos display inconsistently across subscriber lists in 2026. Teams treat "getting my logo in the inbox" as one project. It is actually two unrelated projects that happen to look similar.
Apple Mail accounts for over half of all mobile email opens. Gmail dominates web and Android. Yahoo still holds a meaningful share in certain demographics. If your logo only works on one platform, you are invisible to the rest.
We have covered BIMI and why logos fail in Gmail in detail. This guide covers the other half: what Apple Branded Mail is, why it is not BIMI, how each system works under the hood, and how to get both running without silent failures on half your list.
Table of Contents
- Apple Branded Mail vs BIMI: At a Glance
- What Is BIMI?
- What Is Apple Branded Mail?
- How BIMI Works
- How Apple Branded Mail Works
- Where Each Logo Displays and Why It Matters
- Logo Requirements: Side by Side
- Cost and Time Investment
- Common Failure Points
- Troubleshooting: Why Your Logo Is Not Showing
- The Business Impact of Email Logos
- Do You Need Both?
- Future Outlook for Email Branding
- Related Resources
Apple Branded Mail vs BIMI: At a Glance
| Feature | BIMI | Apple Branded Mail |
|---|---|---|
| Built by | The BIMI Group (industry standard) | Apple (proprietary) |
| Supported inboxes | Gmail, Yahoo, Apple Mail (partial) | Apple Mail on iPhone, iCloud Mail on web |
| Setup platform | DNS provider | Apple Business Connect |
| DMARC requirement | p=quarantine or p=reject |
p=quarantine or p=reject at pct=100 |
| Authentication | DMARC enforcement | DMARC + DKIM mandatory (SPF-only not accepted) |
| Logo file format | SVG | PNG, HEIF, or JPEG (1024×1024px minimum) |
| Certificate required | VMC or CMC for Gmail; none for Yahoo | None |
| Trademark required | No for CMC; yes for VMC | Never |
| Annual cost | Free display; $750–$1,750/year for VMC; CMC is lower cost | Free |
| Where logo appears | Inbox list (Gmail, Yahoo) | Inside opened message header |
These are not competing versions of the same feature. They are two entirely separate systems that both result in "your logo appears near your email." Passing one tells you nothing about whether you will pass the other.
What Is BIMI?
BIMI stands for Brand Indicators for Message Identification. It is a DNS-based email standard that allows senders to display a verified brand logo next to their messages in participating inboxes.
The standard was developed by the AuthIndicators Working Group, which includes major email providers, security vendors, and brand owners. Gmail and Yahoo were the first major providers to adopt BIMI publicly. Most marketers think of BIMI first because it has been available longer and covers the largest consumer email platforms.
BIMI was designed with security in mind. It does not allow anyone to display any logo they want. The standard ties logo display to email authentication, meaning only senders with properly configured DMARC can participate. This makes BIMI both a branding tool and an anti-phishing signal.
What BIMI Requires
To display a logo through BIMI, you need three core components:
- DMARC at enforcement. Your DMARC policy must be set to
p=quarantineorp=reject. A policy ofp=nonewill not qualify. This requirement exists because BIMI is meant to reward senders who actively protect their domains from spoofing. - A BIMI DNS record. This TXT record points to a hosted SVG file of your logo. The record lives in your DNS alongside your SPF, DKIM, and DMARC records.
- A digital certificate. You have two options:
- Verified Mark Certificate (VMC): Requires an active registered trademark. Costs roughly $750–$1,750 per year depending on the certificate authority. Required for Gmail's blue verified checkmark.
- Common Mark Certificate (CMC): Requires proof your logo has been in continuous public use on your domain for at least 12 months. Costs less than a VMC. Accepted by Gmail for basic logo display, but does not grant the blue checkmark.
Yahoo has never required a certificate. A valid BIMI record plus DMARC enforcement is sufficient there.
Outlook does not support BIMI in any form as of 2026. That remains a significant gap for anyone sending to Microsoft-hosted inboxes.
Learn more about how these authentication layers work together in our guide to every email authentication method explained.
What Is Apple Branded Mail?
Apple Branded Mail is a proprietary feature inside Apple Business Connect. It is not a DNS standard. It is not related to BIMI. It uses the same platform businesses use to manage their presence in Apple Maps, Wallet, Tap to Pay, and Business Chat.
Because Apple controls the entire experience end to end, the requirements are stricter in some areas and simpler in others. There is no certificate to buy, no trademark to register, and no annual fee. The tradeoff is that you must play by Apple's rules, Apple's timeline, and Apple's approval process.
What Apple Branded Mail Requires
- An Apple Business Connect account with your organization verified by Apple.
- DMARC at enforcement (
p=quarantineorp=reject) applied at full percentage (pct=100). - DKIM authentication on every message. Apple does not accept SPF-only authentication. DKIM is mandatory.
- Domain verification with Apple through a unique TXT record separate from your BIMI record.
- Logo approval from Apple. Submit a file of 1024×1024px or larger in PNG, HEIF, or JPEG format.
- Identity verification including a business tax ID (Federal Taxpayer ID in the US, or local equivalent).
No certificate authority. No trademark. No annual fee. Apple Branded Mail is free.
The tradeoff is exclusivity. It only works inside Apple's ecosystem, and even there its reach is narrower than most assume.
If you are auditing your domain's authentication health, use our email authentication health check to see where you stand before starting either setup.
How BIMI Works
Understanding the technical flow helps you diagnose problems faster and communicate requirements clearly to your IT or DNS team.
Step 1: DMARC Enforcement
Before any logo can display, the receiving mail server checks your DMARC policy. If your policy is p=none, the BIMI lookup stops immediately. Only p=quarantine or p=reject qualifies.
This is why BIMI is sometimes called a "carrot" for DMARC adoption. It gives organizations a visible, marketing-friendly reason to move from monitoring mode to enforcement mode.
Step 2: BIMI DNS Lookup
When Gmail or Yahoo receives an email from your domain, it queries your DNS for a BIMI record. A typical BIMI record looks like this:
v=BIMI1; l=https://example.com/logo.svg;
If you are using a VMC, the record also includes a reference to your certificate:
v=BIMI1; l=https://example.com/logo.svg; a=https://example.com/vmc.pem;
The l= tag points to your SVG logo. The a= tag points to your certificate file. Without the certificate reference, Gmail will not display the logo.
Step 3: Certificate Validation
For Gmail, the receiving server validates your VMC or CMC against the logo file. If the logo has changed since the certificate was issued, validation fails and the logo does not display. This is why unauthorized logo updates are such a common failure point.
Step 4: Logo Display
If all checks pass, the logo renders in the inbox. On Gmail and Yahoo, this happens in the inbox list. On Apple Mail, this happens after the message is opened.
How Apple Branded Mail Works
Apple Branded Mail operates through a closed-loop verification system inside Apple Business Connect. There is no public DNS standard to query. Instead, Apple maintains its own database of verified brands.
Step 1: Apple Business Connect Registration
You start by creating an organization profile in Apple Business Connect. This is the same profile used for Apple Maps, Wallet, and Messages. Apple verifies your business identity using tax records and official documentation.
Step 2: Domain Verification
Apple provides a unique TXT record to add to your DNS. This proves you control the domain you want to associate with your brand. Unlike BIMI, this record is not standardized. It is specific to your Apple Business Connect account.
Step 3: Authentication Compliance
Apple checks that your domain enforces DMARC at pct=100 and that every message carries a valid DKIM signature. SPF alone is not sufficient. This is stricter than BIMI in some respects, because BIMI does not explicitly require DKIM.
Step 4: Logo Submission and Approval
You upload your logo through the Apple Business Connect dashboard. Apple's team reviews it manually. Approval timelines vary. Some brands are approved in days. Others wait weeks. There is no expedited process.
Step 5: Display Activation
Once approved, your logo displays in Apple Mail on iPhone and in iCloud Mail on the web. It does not display on iPad or Mac through Branded Mail, though BIMI may work on those devices if the OS version supports it.
Where Each Logo Displays and Why It Matters
This is where most teams get confused. The display behavior is not just different. It has a direct impact on open rates, brand trust, and subscriber behavior.
BIMI on Gmail and Yahoo
Your logo appears in the inbox list before the subscriber opens the message. It acts as a scanning-level trust signal. It helps your email get noticed, recognized, and opened.
Research from email platform providers suggests that BIMI can increase open rates by a meaningful margin, particularly in crowded inboxes where subscribers make split-second decisions about what to read. The logo acts as a visual anchor that distinguishes your message from surrounding text.
This is the most valuable display position for marketers because it influences the open decision itself.
Apple Branded Mail on iPhone and iCloud Web
Your logo appears inside the opened message header. It reinforces trust once the subscriber has already decided to read the email. It does not influence whether they open it.
The value here is different. It reduces anxiety during reading. It confirms the sender is legitimate. It makes the email feel more polished and professional. For transactional emails, invoices, and account notifications, this trust reinforcement can reduce support tickets and improve completion rates.
BIMI on Apple Mail
Apple Mail supports BIMI directly on iOS 16, iPadOS 16, macOS Ventura, and later, plus iCloud.com. However, the BIMI logo only displays after the email is opened. This matches Apple Branded Mail's behavior, not Gmail's inbox-list behavior.
This means that even if you have BIMI configured perfectly, you will never get inbox-list logo display on Apple Mail. That behavior is exclusive to Gmail and Yahoo.
Three Different Outcomes Inside Apple's Ecosystem
Even within Apple, your logo can behave three different ways depending on the client, OS version, and which system is active:
- Apple Branded Mail on iPhone: Logo inside opened message.
- Apple Branded Mail on iCloud web: Logo inside opened message.
- BIMI on Apple Mail: Logo inside opened message (if OS version supports it).
A logo showing correctly in iCloud Mail on the web does not guarantee it will show on an iPhone. Apple currently lists iPhone Mail and iCloud web as its two Branded Mail display paths. iPad and Mac are not included yet. A missing logo on those devices does not necessarily mean anything is broken.
Logo Requirements: Side by Side
Getting the logo file wrong is one of the most common setup failures. The two systems have completely different technical specifications.
| Requirement | BIMI | Apple Branded Mail |
|---|---|---|
| File format | SVG Tiny 1.2 | PNG, HEIF, or JPEG |
| Dimensions | No fixed size; must render clearly at small sizes | Minimum 1024×1024 pixels |
| Background | Solid, no transparency | No strict rule; use clean, professional design |
| Color space | sRGB | sRGB recommended |
| File hosting | HTTPS URL referenced in DNS record | Uploaded directly to Apple Business Connect |
| Animation | Not allowed | Not allowed |
| Text in logo | Avoid small text; may be illegible at inbox size | Avoid excessive text |
BIMI Logo Tips
SVG files for BIMI must be pure vector graphics. Embedded raster images are not allowed. The file should use a solid background color rather than transparency, because transparent backgrounds can render unpredictably across different inbox themes.
Keep the design simple. Complex logos with fine details become unrecognizable when scaled down to the size of a favicon. Test your SVG at 32×32 pixels to see if it still reads clearly.
Apple Branded Mail Logo Tips
Apple requests a high-resolution image because it may display the logo across multiple touchpoints, not just email. The same logo file you upload for Branded Mail may also appear in Apple Maps, Wallet, and Messages.
Use your primary brand logo. Do not create a special email-only variant unless your main logo contains elements that would be inappropriate at small sizes.
Cost and Time Investment
Both systems are technically free to display, but BIMI carries potential certificate costs that Apple Branded Mail does not.
BIMI Costs
| Item | Cost | Notes |
|---|---|---|
| DNS record | Free | Standard TXT record |
| SVG hosting | Free | Use your existing CDN or web server |
| VMC certificate | $750–$1,750/year | Required for Gmail blue checkmark |
| CMC certificate | Lower cost than VMC | No trademark required; 12-month use history needed |
| Setup time | 2–4 hours | Depends on DNS access and certificate procurement |
Apple Branded Mail Costs
| Item | Cost | Notes |
|---|---|---|
| Apple Business Connect account | Free | No subscription fee |
| Logo design | Existing asset | Use your primary brand logo |
| Setup time | 1–2 hours | Plus waiting for Apple approval |
| Approval timeline | Days to weeks | Manual review; no guaranteed speed |
For small and mid-sized businesses, the CMC path has made BIMI far more accessible than it was in previous years. Before the CMC existed, the VMC was the only option, and the trademark requirement excluded most businesses.
Common Failure Points
Most troubleshooting guides focus on DMARC. That is necessary, but it is rarely the root cause once initial setup is complete. The failures that appear months later are quieter and harder to diagnose.
DKIM Key Rotation Breaks Apple Branded Mail
If your team rotates a DKIM key without updating anything else, DMARC alignment can fail for Apple's stricter checks. BIMI may keep working elsewhere because the two systems tolerate different levels of authentication drift.
Symptom: Logo disappears from Apple Mail but remains visible in Gmail.
Fix: Verify DKIM alignment after every key rotation. Confirm the new selector is properly registered in DNS and that DMARC reports show passing alignment.
Logo File Changes Desync from Your Certificate
If marketing updates the SVG file for BIMI without resubmitting it to the certificate authority, the certificate mismatch causes the logo to disappear. The DNS record still resolves, so the failure is invisible until someone checks the inbox.
Symptom: Logo was showing in Gmail and suddenly stops. DNS record is intact.
Fix: Treat logo files as controlled assets. Any change to the SVG requires a matching certificate update. Document this in your design system or brand guidelines.
Language and Locale Restrictions
A logo can pass every technical check and still fail to render if the recipient's iPhone is set to a language Apple has not yet enabled for Branded Mail display.
Symptom: Logo shows for some iPhone users but not others. No pattern based on iOS version.
Fix: None available. This is controlled by Apple. Monitor Apple's documentation for updates to supported languages.
Third-Party Senders Break Both Systems Differently
If you send through an ESP or platform that is not properly authorized in your SPF and DKIM setup, BIMI and Apple Branded Mail will both fail. They fail independently, at different points in each verification chain. This makes debugging feel like solving two separate problems instead of one shared cause.
Symptom: Neither logo displays. DMARC reports show alignment failures.
Fix: Audit your ESP authorization. Ensure every sending platform is included in your SPF record and has its own DKIM selector properly configured.
DMARC Policy Slippage
Some organizations set DMARC to enforcement to qualify for BIMI or Branded Mail, then later relax the policy to p=none during an incident or migration. Both systems stop working immediately.
Symptom: Both logos disappear simultaneously across all clients.
Fix: Set up monitoring for DMARC policy changes. Any move away from enforcement should trigger an alert to your email operations team.
For a complete audit of what can go wrong, see our email deliverability checklist for 2026.
Troubleshooting: Why Your Logo Is Not Showing
Use this decision tree to narrow down the cause quickly.
Is your logo missing everywhere or only in specific inboxes?
- Missing everywhere: Check DMARC policy first. If it is not
p=quarantineorp=reject, that is your problem. - Missing only in Gmail: Check your BIMI record and certificate. Use a public BIMI inspector to validate.
- Missing only on iPhone: Check Apple Business Connect status. Confirm DKIM alignment and domain verification.
- Missing only in Outlook: Outlook does not support BIMI or Apple Branded Mail. This is expected behavior.
Did the logo ever show, or has it never appeared?
- Never appeared: You likely have a setup or approval issue. Walk through the relevant checklist.
- Showed before but stopped: Something changed. Review recent DNS changes, certificate expiration dates, DKIM key rotations, and logo file updates.
Are you using a third-party ESP?
- If yes, verify that the ESP is properly authorized in SPF and DKIM. Misalignment here is the leading cause of logo failures for ESP users.
The Business Impact of Email Logos
Logo display is not just a cosmetic feature. It has measurable business implications.
Open Rate Impact
BIMI on Gmail and Yahoo influences the open decision because the logo appears in the inbox list. Subscribers scan their inboxes quickly. A recognizable logo reduces cognitive load and increases the chance your email gets opened instead of ignored.
Apple Branded Mail does not directly increase opens because it displays after the open. Its value lies in trust reinforcement, which can improve click-through rates, reduce unsubscribes, and increase reply rates for relationship-driven senders.
Anti-Phishing Protection
Both systems make it harder for attackers to impersonate your brand. If subscribers learn to look for your logo, they are more likely to spot phishing attempts that lack it. This is particularly important for financial services, healthcare, and e-commerce brands where trust is critical.
Brand Consistency
Inconsistent logo display creates a fragmented brand experience. A subscriber who sees your logo in Gmail but not on their iPhone may question whether the iPhone email is legitimate. Consistent display across platforms reduces this friction.
For more on how brand consistency drives email performance, see our analysis of how Nike uses email to build brand loyalty.
Do You Need Both?
If your subscriber base is mostly Gmail and Yahoo, BIMI alone covers most of your visible logo real estate. The CMC path now makes this achievable without a trademark or large annual certificate cost.
If a meaningful share of your list opens on an iPhone, skipping Apple Branded Mail makes your logo invisible to a large chunk of your audience. Apple Mail alone accounts for a significant share of consumer email opens.
The two systems do not conflict. There is no technical reason not to run both. But they do not share a setup, a verification path, or a failure mode. Saying "I already did the logo thing" is rarely a complete answer once you check across every client your subscribers actually use.
Implementation Priority
Use this framework to decide where to start:
| If your audience is primarily... | Start with... | Then add... |
|---|---|---|
| Gmail and Android | BIMI | Apple Branded Mail |
| iPhone and Apple Mail | Apple Branded Mail | BIMI |
| Mixed across all platforms | BIMI (faster setup) | Apple Branded Mail |
| B2B with heavy Outlook usage | Neither helps Outlook much | BIMI for Gmail/Yahoo share |
If you are unsure where your audience opens email, review your ESP device and client reports. Prioritize the system that covers your highest-share platforms first, then add the second system as soon as resources allow.
You can also model the revenue impact of improved deliverability and branding with our email deliverability calculator.
Future Outlook for Email Branding
Both BIMI and Apple Branded Mail are evolving. Understanding where each system is headed helps you plan long-term.
BIMI Trends
The shift from VMC-only to CMC acceptance has dramatically expanded BIMI adoption among small and mid-sized businesses. Gmail continues to refine its display rules, and additional certificate authorities have entered the market, driving prices down.
Outlook remains the largest unsupported platform. Microsoft has tested BIMI internally but has not announced public support. If Outlook adopts BIMI, the standard would cover nearly every major consumer inbox.
Apple Branded Mail Trends
Apple has slowly expanded Branded Mail since its launch. iPhone and iCloud web are the current supported paths. iPad and Mac may follow, though Apple has not published a roadmap.
The integration with Apple Business Connect means that brands investing in Branded Mail are also investing in their presence across Maps, Wallet, and Messages. For businesses already managing those channels, the incremental effort to add email is low.
The Bigger Picture
Email providers are moving toward richer sender information in general. Gmail's blue checkmark, Yahoo's sender cards, and Apple's branded headers are all part of a trend: inboxes want to surface verified identity so subscribers can distinguish legitimate mail from spam and phishing.
Brands that invest in these systems early build a competitive advantage. As more senders adopt BIMI and Branded Mail, the absence of a logo will increasingly signal that a sender is either unverified or potentially suspicious.
Related Resources
Guides
- BIMI: Why Your Logo Is Not Showing Up in Gmail
- Every Email Authentication Method Explained (SPF, DKIM, DMARC and Beyond)
- The Ultimate Email Deliverability Checklist (2026 Edition)
- Email Deliverability Metrics Explained
- Microsoft's 2026 Outlook Deliverability Crackdown
- Why Are My Emails Going to Spam? (17 Common Reasons)
Tools
- Run your domain through the Email Authentication Health Check to identify missing DNS records or DMARC gaps before setting up BIMI or Apple Branded Mail.
- Calculate the revenue impact of better deliverability with the Email Deliverability Calculator.
- Check your email sender reputation and spam score to spot issues before they affect logo display.
Frequently Asked Questions
BIMI is an industry-standard DNS protocol used by Gmail, Yahoo, and other providers to display brand logos next to emails. Apple Branded Mail is a proprietary system built into Apple Business Connect that only displays logos inside Apple Mail and iCloud Mail on the web. They require different setup steps, different verification methods, and different logo file formats.
Yes. If you want your logo to display consistently across Gmail, Yahoo, and Apple Mail, you must configure both systems separately. BIMI does not work inside Apple Branded Mail, and Apple Branded Mail does not affect Gmail or Yahoo.
This usually means BIMI is configured correctly but Apple Branded Mail is not. Apple Mail does not read BIMI records for its proprietary Branded Mail feature. You need a separate Apple Business Connect profile, domain verification, and Apple's approval for your logo to appear on an iPhone.
No. Gmail now accepts a Common Mark Certificate (CMC), which requires 12 months of prior public logo use instead of a registered trademark. Apple Branded Mail has never required a trademark. Only the Verified Mark Certificate (VMC) path for BIMI still requires one, and it is optional.
No. Apple Branded Mail only works in Apple Mail on iPhone and iCloud Mail on the web. It does not display in Outlook, Android Gmail, or any non-Apple email client. For those inboxes, BIMI is the only available logo display standard.
With BIMI on Gmail and Yahoo, your logo appears in the inbox list before the email is opened. With Apple Branded Mail, the logo appears inside the opened message header. BIMI on Apple Mail also displays after opening, not in the inbox list.
Common causes include DKIM key rotation without updating Apple Business Connect, logo file changes that desync from a BIMI certificate, language or locale restrictions on Apple Branded Mail, and third-party ESP authentication misalignment. DMARC issues can also break both systems.
Was this useful?