Change MAIL FROM domain

PUT {{baseUrl}}/mail-from-attributes

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

{"identity"=>"BobSmith@sailpoint.com", "mailFromDomain"=>"example.sailpoint.com"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"identity":"bob.smith@sailpoint.com","mailFromDomain":"foo.sailpoint.com","mxRecord":"10 feedback-smtp.us-east-1.amazonses.com","txtRecord":"v=spf1 include:amazonses.com ~all","mailFromDomainStatus":"PENDING"}