Last updated: July 2026

In short: BIMI displays your verified corporate vector logo right next to your emails inside recipient inboxes. You enable this visual seal by publishing the public URL of your logo as a TXT record on the default._bimi subdomain inside your one.com Control Panel.

Prerequisites

  • A one.com web hosting or email plan with an attached domain
  • Access to the one.com Control Panel
  • An active, strict DMARC policy (p=quarantine or p=reject) configured on your domain (DMARC at one.com)
  • A brand logo exported specifically in the SVG Tiny PS format, publicly accessible over HTTPS

What is BIMI?

BIMI (Brand Indicators for Message Identification) attaches visual brand verification to strong email security practices. Supporting mail providers (such as Gmail, Apple Mail, and Yahoo) check whether incoming messages originate from a domain publishing a valid BIMI record — and display the verified logo next to the subject line in the inbox.

Beyond branding, BIMI provides visual protection against spoofing. Mail clients only display the logo if two strict authentication requirements are satisfied:

  1. Your domain passes strict SPF alignment and carries valid DKIM signatures.
  2. Your domain enforces a strict DMARC policy (p=quarantine or p=reject). If DMARC remains in monitoring mode (p=none), the logo is ignored.

As one.com confirms regarding DNS record creation options: At one.com you can create the following DNS records. This capability includes TXT entries needed for advanced email validation records.

The starting point at one.com

You configure BIMI records inside your domain’s DNS management table in the one.com Control Panel (At one.com you can create the following DNS records). When creating custom records, ensure you do not disrupt default platform services: When you create conflicting records, the standard DNS settings will automatically be disabled.

The entry is published as a TXT record attached to the reserved subdomain default._bimi. The canonical structure of the entry is:

v=BIMI1; l=https://example.com/logo.svg

Step-by-step guide

1. Verify your DMARC enforcement level

Before publishing your BIMI record, check via terminal or MXAudit that your DMARC policy is set to p=quarantine or p=reject. If your DMARC record reads p=none, email clients will refuse to render your logo.

2. Host your logo in SVG Tiny PS format

Your logo file must adhere strictly to the SVG Tiny PS profile (square aspect ratio, pure vector paths, no external links, scripts, or bitmap references). Upload this file to your one.com web hosting space so that it is publicly reachable via a secure HTTPS URL (for example, https://example.com/logo.svg).

3. Open DNS settings inside Control Panel

Log in to your one.com Control Panel and select DNS settings from the Advanced settings tile.

4. Add the TXT record for default._bimi

Inside your DNS management table, add a new entry with the following parameters:

  • Type: TXT
  • Hostname: default._bimi (unlike root domain records where you can omit the value: The @-sign is often used in the hostname field to indicate that the record should be created on the domain root. At one.com you can just leave the field empty.)
  • Value / Text:
    v=BIMI1; l=https://example.com/logo.svg

(Replace https://example.com/logo.svg with the actual public HTTPS link where your vector logo file is stored).

Save your new DNS entry.

The components of the BIMI record

ComponentMeaning
default._bimiThe default selector (default) inside the BIMI technical namespace in your domain’s DNS
v=BIMI1Protocol version tag (must strictly appear at the very beginning of the TXT string)
l=https://...Absolute HTTPS URL pointing to the publicly hosted SVG Tiny PS vector file

Verification

Once you save your record inside one.com’s DNS settings, immediately test your setup using the free MXAudit scanner — check your BIMI syntax and verify that your logo file passes SVG validation.

You can also use your terminal to confirm that nameservers are serving your new record:

dig TXT default._bimi.example.com +short

The output should match "v=BIMI1; l=https://example.com/logo.svg".

Common mistakes

  • Leaving DMARC in p=none: This is the most common reason why logos fail to appear in Gmail or Apple Mail. BIMI strictly requires DMARC enforcement (p=quarantine or p=reject).
  • Uploading incompatible image formats: Standard PNG, JPG, or unoptimized SVG files are rejected silently by receiving mail clients. Your graphic must be exported specifically using the SVG Tiny PS profile.
  • Placing the record on root (@): If you leave the hostname field empty (The @-sign is often used in the hostname field to indicate that the record should be created on the domain root. At one.com you can just leave the field empty.) instead of specifying default._bimi, external mail servers will not discover your visual branding.

Further reading