Product-moment outbound · your inboxes · BYO AI · no scraper

Setup 1/3–3/3

Your product knows who to email.

AI writes the sequence. Connect your inboxes. Upload a list or enroll from your product. Not a lead database.

BYO LLMMulti-inbox scheduleCSV or enroll APIProvenanceNo scraper

Add people → AI sequence → Schedule sends

Public mirror of the signed-in wizard. Sign in to run it on your workspace.

01

Add people

Upload a CSV you already have, or POST /api/enroll when the product fires. Same mill. No purchased list.

CSV | Enroll API email,tags,why casey@example.com,trial,evt

02

AI sequence

Your LLM key drafts steps, subjects, and {Hi|Hello|Hey} spintax. You edit. We encrypt the key. We do not host a model.

Goal → Draft with my key Step 1 {Hi|Hello|Hey} Provenance chip

03

Schedule sends

Connect SMTP you own. Timezone, weekdays, windows, daily caps. Mail leaves on a domain you authenticated — we do not warm inboxes.

SMTP inbox · cap 40/day Mon–Fri 09:00–17:00 Start | sandbox-only

Domain and inbox checklist

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