enum MailFromBehaviorOnMxFailure
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SES.MailFromBehaviorOnMxFailure |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsses#MailFromBehaviorOnMxFailure |
![]() | software.amazon.awscdk.services.ses.MailFromBehaviorOnMxFailure |
![]() | aws_cdk.aws_ses.MailFromBehaviorOnMxFailure |
![]() | aws-cdk-lib » aws_ses » MailFromBehaviorOnMxFailure |
The action to take if the required MX record for the MAIL FROM domain isn't found.
Members
Name | Description |
---|---|
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. |
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.