Cloudflare DNS for Bento

Authenticate your domain, align tracking links, and keep Gmail/Yahoo compliant by publishing Bento's records inside Cloudflare.

Prerequisites

  • Access to your Cloudflare account and the sending domain.
  • Permissions to add DNS records.
  • Your Bento-generated record set (System → DNS).

Required DNS records

      example              CNAME  example.test.sendgrid.net
bbb._domainkey       CNAME  bbb.domainkey.example.test.sendgrid.net
bbb2._domainkey      CNAME  bbb2.domainkey.example.test.sendgrid.net
bento                CNAME  ga.bentoemail.com
bento3180._domainkey TXT    k=rsa; p=example...
_dmarc               TXT    v=DMARC1; p=quarantine; adkim=s

    

Step 1

Open the Cloudflare DNS tab

  1. Sign in at dash.cloudflare.com.
  2. Select your sending domain.
  3. Click DNS in the sidebar to view the zone file.
Cloudflare DNS dashboard
DNS tab inside Cloudflare.

Step 2

Add the CNAME records

  1. Click Add record → choose CNAME.
  2. Enter the host from Bento (for example example, bbb._domainkey).
  3. Paste the target value exactly as shown.
  4. Set TTL to Auto.
  5. Toggle Proxy status to DNS only (grey cloud).
  6. Save and repeat until all four CNAMEs exist.
Adding a CNAME record
Sample CNAME entry in Cloudflare.

Step 3

Add the TXT records

  1. Create the DKIM TXT record (for example xxxx._domainkey) and paste the entire k=rsa; p= string.
  2. Add the DMARC TXT record at host _dmarc with Bento's recommended policy.
  3. Set TTL to Auto or 1 hour.
Adding TXT records
Adding DKIM + DMARC TXT records.

Step 4

Verify in Bento

  1. Go back to System → DNS inside Bento.
  2. Wait 5–10 minutes (propagation may take up to 48 hours).
  3. Click Check next to each record until they display a green check mark.
Verified DNS records inside Bento
Verified records in Bento's DNS checker.

Step 5

Final record audit

  • Four CNAMEs listed with grey clouds (DNS only).
  • Two TXT entries with the exact Bento values.
  • All records share a consistent TTL.

Troubleshooting

  • Records not verifying? Ensure the proxy is disabled and wait another 15–30 minutes.
  • Use `dig CNAME host.domain.com` or `dig TXT domain.com` to confirm Cloudflare is serving the new values.
  • Split long TXT strings into quoted segments only if Cloudflare instructs you—most of the time you can paste the full key.

Next steps

  1. Send yourself a test email after everything turns green.
  2. Monitor deliverability metrics during the first few campaigns.
  3. Leave the records untouched unless support directs you to rotate keys.

Need help? Share screenshots in the Bento Discord or reply to support so we can sanity-check your zone.