> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mailofly.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Set up your logo on Apple Mail

> How to display your verified company logo beside your emails in iOS and macOS Mail using BIMI and Apple Business Connect.

# Set Up Your Logo on Apple Mail

Displaying an official brand logo in Apple Mail boosts open rates and assures recipients that the email is authentic and un-spoofed.

Apple Mail displays logos through two complementary methods: **BIMI** and **Apple Business Connect**.

***

## Method 1: BIMI (Brand Indicators for Message Identification)

Starting in iOS 16 and macOS Ventura, Apple Mail supports the open BIMI standard:

1. **Enforce DMARC**: Your domain must have an enforced DMARC policy (`p=quarantine` or `p=reject`). A policy of `p=none` is not eligible for BIMI.
2. **Obtain a VMC (Verified Mark Certificate)**: Apple requires a VMC issued by an authorized certification authority (e.g. DigiCert or Entrust) confirming trademark ownership of your logo.
3. **Publish BIMI DNS Record**:
   Publish a TXT record at `default._bimi.yourdomain.com`:
   ```text theme={null}
   v=BIMI1; l=https://yourdomain.com/logo.svg; a=https://yourdomain.com/cert.pem
   ```

***

## Method 2: Apple Business Connect (Mail Branding)

Apple allows registered businesses to claim their brand identity directly:

1. Sign in to **[Apple Business Connect](https://businessconnect.apple.com/)**.
2. Register your legal business identity and upload your company logo.
3. Add your Mailofly sending domain under **Brand Identity**.
4. Once approved by Apple, your verified logo and company name will appear beside all outbound emails in Apple Mail across iOS and macOS devices.


## Related topics

- [Send with an Avatar](/guides/tutorials/send-with-avatar.md)
- [Sending to Apple Private Email Relay](/guides/deliverability/sending-to-apple-private-relay.md)
- [BIMI](/domains/bimi.md)
- [Inbound: Forward Emails](/guides/tutorials/inbound-forward-emails.md)
- [Supabase Quickstart](/guides/tutorials/supabase-quickstart.md)
