The short answer is that Brand Indicators for Message Identification, or BIMI, uses a TXT record. While it's a specific format, it is published within your domain's DNS as a standard text (TXT) record.
BIMI is a powerful standard that allows you to display your company's logo directly in your recipients' inboxes, but getting it right means understanding how this DNS record works and what its prerequisites are.
While it's fundamentally a TXT record, a BIMI record has a very specific format. It lives at a particular location in your DNS and contains key-value pairs that provide mailbox providers with the information they need. A typical BIMI record looks like this:
default._bimi.yourdomain.com. IN TXT "v=BIMI1; l=https://media.yourdomain.com/logo.svg; a=https://media.yourdomain.com/vmc.pem;"
Let's examine the parts:
You cannot implement BIMI without first having a solid DMARC policy in place. BIMI is built on top of the DMARC email authentication standard. It acts as a reward for senders who have properly secured their domain against phishing and spoofing.
Specifically, your DMARC policy (p=) must be set to an enforcement policy of either quarantine or reject. A policy of p=none is not sufficient for BIMI to work. This enforcement is how mailbox providers verify that you are serious about authenticating your mail and protecting your recipients.
So, while BIMI is technically a small TXT record file that you add to your domain's DNS, it's part of a larger ecosystem of email authentication. Getting it right involves more than just publishing a single record; it requires a commitment to DMARC enforcement and careful preparation of your logo assets. When done correctly, this simple TXT record can significantly enhance your brand's visibility and trustworthiness in the inbox.