Training CenterPlatform Setup → Module 04
⚙️ — Module 04

Email Domain Authentication

Self-serve8–12 min readPlatform Setup

SPF, DKIM, and DMARC are required. Without them, your emails land in spam regardless of sequence quality.

Records required

Setup

1 — Add sending domain

Settings → Sending Domains → Add Domain. Use a subdomain (e.g., mail.yourcompany.com) to protect your root domain.

2 — SPF record (TXT at domain root)

v=spf1 include:smtp.lgai.io ~all

3 — DKIM records (two CNAMEs)

s1._domainkey.mail.yourcompany.com → s1.domainkey.lgai.io
s2._domainkey.mail.yourcompany.com → s2.domainkey.lgai.io

4 — DMARC record

At _dmarc.mail.yourcompany.com: v=DMARC1; p=quarantine; rua=mailto:dmarc@yourcompany.com; pct=100

5 — Verify

Settings → Sending Domains → Verify. DNS propagation: 2–48 hours. All three must be green.

Do not launch campaigns until all three records are verified green.