1 Answer
- Newest
- Most votes
- Most comments
1
Hello.
Amazon SES domain verification can be performed with "verify-domain-identity".
https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ses/verify-domain-identity.html
aws ses verify-domain-identity --domain "test.com"
Create a configuration set using the commands described in the following document.
https://docs.aws.amazon.com/ses/latest/dg/creating-configuration-sets.html
https://awscli.amazonaws.com/v2/documentation/api/latest/reference/sesv2/create-configuration-set.html
aws sesv2 create-configuration-set --cli-input-json file://create-configuration-set.json
Linking of configuration sets is done using "put-email-identity-configuration-set-attributes".
https://awscli.amazonaws.com/v2/documentation/api/latest/reference/sesv2/put-email-identity-configuration-set-attributes.html
aws sesv2 put-email-identity-configuration-set-attributes --email-identity "test.com" --configuration-set-name "test"
Relevant content
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 3 years ago