Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1021 Bytes

MailAliasUpsertRequest.md

File metadata and controls

14 lines (10 loc) · 1021 Bytes

MailAliasUpsertRequest

Mail alias upsert request.

Properties

Name Type Description Notes
update_if_exists int Set to `1` when updating an alias.
address str Email format.
forwards_to str If adding a regular or catch-all alias, the format needs to be `user@example.com`. Multiple address can be separated by newlines or commas. If adding a domain alias, the format needs to be `@example.com`.
permitted_senders str Mail users that can send mail claiming to be from any address on the alias domain. Multiple address can be separated by newlines or commas. Leave empty to allow any mail user listed in `forwards_to` to send mail claiming to be from any address on the alias domain.

[Back to Model list] [Back to API list] [Back to README]