id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id |
title |
pagination_label |
sidebar_label |
sidebar_class_name |
keywords |
slug |
tags |
| v2025-mail-from-attributes |
MailFromAttributes |
MailFromAttributes |
MailFromAttributes |
pythonsdk |
| python |
| Python |
| sdk |
| MailFromAttributes |
| V2025MailFromAttributes |
|
/tools/sdk/python/v2025/models/mail-from-attributes |
| SDK |
| Software Development Kit |
| MailFromAttributes |
| V2025MailFromAttributes |
|
MailFromAttributes
MAIL FROM attributes for a domain / identity
Properties
| Name |
Type |
Description |
Notes |
| identity |
str |
The email identity |
[optional] |
| mail_from_domain |
str |
The name of a domain that an email identity uses as a custom MAIL FROM domain |
[optional] |
| mx_record |
str |
MX record that is required in customer's DNS to allow the domain to receive bounce and complaint notifications that email providers send you |
[optional] |
| txt_record |
str |
TXT record that is required in customer's DNS in order to prove that Amazon SES is authorized to send email from your domain |
[optional] |
| mail_from_domain_status |
Enum [ 'PENDING', 'SUCCESS', 'FAILED' ] |
The current status of the MAIL FROM verification |
[optional] |
| } |
|
|
|
Example
[Back to top]