Reference
Remy Reference/admin/Receiving domains
?

Receiving domains

Manage custom receiving domains: list, check, add, verify, and remove.
admin.email.addDomain("inbound", "acme.com")

Manage custom receiving domains: list, check, add, verify, and remove. Apps already receive at *@<slug>.madewithremy.com with no setup; check returns the single MX record a custom inbound domain needs. The client methods take the direction "inbound".

Parameters
verb
string
RequiredThe operation to run.
listcheckaddverifyremove
domain
string
The domain (for check, add, verify, remove).
CLI
remy-admin email inbound-domains add acme.com