Module: AWSCDK::SES::MailFromBehaviorOnMxFailure
- Defined in:
- ses/mail_from_behavior_on_mx_failure.rb
Overview
The action to take if the required MX record for the MAIL FROM domain isn't found.
Constant Summary collapse
- USE_DEFAULT_VALUE =
Deprecated.Note:
Default:
The mail is sent using amazonses.com as the MAIL FROM domain.
Jsii::Enum.new("aws-cdk-lib.aws_ses.MailFromBehaviorOnMxFailure", "USE_DEFAULT_VALUE")
- REJECT_MESSAGE =
Deprecated.Note:
Default:
The Amazon SES API v2 returns a
MailFromDomainNotVerifiederror and doesn't attempt to deliver the email. Jsii::Enum.new("aws-cdk-lib.aws_ses.MailFromBehaviorOnMxFailure", "REJECT_MESSAGE")