01
Add people
Upload a CSV you already have, or POST /api/enroll when the product fires. Same mill. No purchased list.
Setup 1/3–3/3
AI writes the sequence. Connect your inboxes. Upload a list or enroll from your product. Not a lead database.
Public mirror of the signed-in wizard. Sign in to run it on your workspace.
01
Upload a CSV you already have, or POST /api/enroll when the product fires. Same mill. No purchased list.
02
Your LLM key drafts steps, subjects, and {Hi|Hello|Hey} spintax. You edit. We encrypt the key. We do not host a model.
03
Connect SMTP you own. Timezone, weekdays, windows, daily caps. Mail leaves on a domain you authenticated — we do not warm inboxes.
Mail should leave on a domain you control. Tick these yourself — Enrollmill does not auto-verify DNS and does not warm inboxes.
SPF
A TXT record that says which mail servers may send as you.
v=spf1 include:your-smtp-host -all
DKIM
A cryptographic signature so receivers can tell the message really came from your domain.
Add the CNAME or TXT selector your inbox host issued (often s1._domainkey).
DMARC
A policy that tells receivers what to do if SPF or DKIM fail. Start gentle, then tighten.
v=DMARC1; p=none; rua=mailto:dmarc@yourdomain.com