?
Sending domains
Manage custom sending domains: list, check, add, verify, and remove.
admin.email.addDomain("sending", "mail.acme.com")
Manage custom sending domains (the From identity): list, check, add, verify, and remove. add returns the three DKIM CNAME records and a recommended SPF TXT to hand to the user, then verify re-checks. The client methods take the direction "sending".
Parameters
verb
string
RequiredThe operation to run.
listcheckaddverifyremove
domain
string
The domain (for check, add, verify, remove).
CLI
remy-admin email domains add mail.acme.com