SMARTERASP.NET MCP · BETAEmail
BetaActivate hosted email domains, administer mailboxes, and retrieve sanitized client settings. A domain can host email without being mapped to a website.
Domain lifecycle
email_get_capacityshows the plan’s email-domain and storage capacity.email_activate_domainenables an eligible domain and creates its postmaster credential.email_deactivate_domainuses the current platform removal flow and therefore requires acknowledgement that all mailbox data will be deleted.email_delete_domainpermanently deletes the email service and its mailboxes.
Mailbox lifecycle
email_create_mailboxcreates a mailbox with a caller-supplied password, quota, first name, and last name.email_update_mailbox_profilechanges first and last name without requiring the mailbox password.email_update_mailbox_quotachanges the mailbox quota within plan limits; usequotaMb: 0for the provider's unlimited setting.email_rotate_credentialsets a new caller-supplied password;email_revoke_credentialreplaces it with an unretrievable random value.email_delete_mailboxpermanently deletes a non-postmaster mailbox after exact confirmation.
Mail client settings
email_get_smtp_settings returns public SMTP, IMAP, and POP endpoints, ports, and TLS guidance without returning credentials. email_test_smtp accepts the current password only for a same-mailbox authentication and delivery test; it cannot send to an arbitrary recipient.
Password separation
Profile edits and quota changes never need the mailbox password. Credential rotation is a separate, explicit operation so a profile edit cannot unexpectedly break deployed mail clients.

