Setup

email_create_domain

Register a sending domain with the provider (use a SUBDOMAIN like mail.example.com, never the root).

write email_create_domain

Register a sending domain with the provider (use a SUBDOMAIN like mail.example.com, never the root). Returns the DNS records (SPF/DKIM) plus a recommended DMARC record the human must add at their DNS host, then email_verify_domain once propagated.

Parameters

ParameterTypeRequiredDescription
domainstringYes
projectIdstringNoTarget company (project id) — required on company-scoped tools. Call email_list_projects to enumerate companies.

On this page