Skip to content

Register Mail Domain

workmail_register_mail_domain R Documentation

Registers a new domain in WorkMail and SES, and configures it for use by WorkMail

Description

Registers a new domain in WorkMail and SES, and configures it for use by WorkMail. Emails received by SES for this domain are routed to the specified WorkMail organization, and WorkMail has permanent permission to use the specified domain for sending your users' emails.

Usage

workmail_register_mail_domain(ClientToken, OrganizationId, DomainName)

Arguments

ClientToken

Idempotency token used when retrying requests.

OrganizationId

[required] The WorkMail organization under which you're creating the domain.

DomainName

[required] The name of the mail domain to create in WorkMail and SES.

Value

An empty list.

Request syntax

svc$register_mail_domain(
  ClientToken = "string",
  OrganizationId = "string",
  DomainName = "string"
)