aws-cdk-lib.aws_ses.MailFromBehaviorOnMxFailure

enum MailFromBehaviorOnMxFailure

LanguageType name
.NETAmazon.CDK.AWS.SES.MailFromBehaviorOnMxFailure
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsses#MailFromBehaviorOnMxFailure
Javasoftware.amazon.awscdk.services.ses.MailFromBehaviorOnMxFailure
Pythonaws_cdk.aws_ses.MailFromBehaviorOnMxFailure
TypeScript (source)aws-cdk-lib » aws_ses » MailFromBehaviorOnMxFailure

The action to take if the required MX record for the MAIL FROM domain isn't found.

Members

NameDescription
USE_DEFAULT_VALUEThe mail is sent using amazonses.com as the MAIL FROM domain.
REJECT_MESSAGEThe Amazon SES API v2 returns a MailFromDomainNotVerified error and doesn't attempt to deliver the email.

USE_DEFAULT_VALUE

The mail is sent using amazonses.com as the MAIL FROM domain.


REJECT_MESSAGE

The Amazon SES API v2 returns a MailFromDomainNotVerified error and doesn't attempt to deliver the email.