Skip to main content

Change MAIL FROM domain​

Change the MAIL FROM domain of an AWS SES email identity and provide the MX and TXT records to be placed in the caller's DNS

Request Body required
  • identity string

    The identity or domain address

  • mailFromDomain string

    The new MAIL FROM domain of the identity. Must be a subdomain of the identity.

Responses

MAIL FROM Attributes required to verify the change


Schema
  • identity string

    The email identity

  • mailFromDomain string

    The name of a domain that an email identity uses as a custom MAIL FROM domain

  • mxRecord string

    MX record that is required in customer's DNS to allow the domain to receive bounce and complaint notifications that email providers send you

  • txtRecord string

    TXT record that is required in customer's DNS in order to prove that Amazon SES is authorized to send email from your domain

  • mailFromDomainStatus string

    Possible values: [PENDING, SUCCESS, FAILED]

    The current status of the MAIL FROM verification

Loading...