Skip to main content

Get MAIL FROM Attributes​

Retrieve MAIL FROM attributes for a given AWS SES identity.

Query Parameters
  • id string required

    Returns the MX and TXT record to be put in your DNS, as well as the MAIL FROM domain status

    Example: bobsmith@sailpoint.com
Responses

MAIL FROM Attributes object


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...