Sending custom email verification request in AWS
AWS Sends out Email Verification Request to your users by default having its own template. How about sending a custom email verification email? Here are the steps using $ aws sesv2… CLI commands:AWS Custom Email Verification Template::“$ aws sesv2 list-custom-verification-email-templates”“$ aws sesv2 create-custom-verification-email-template –cli-input-json file://template_email_verification.json”“$ aws sesv2 update-custom-verification-email-template –cli-input-json file://template_email_verification.json”“$ aws sesv2 send-custom-verification-email –email-address “hashruf@uteachon.com” …
Sending custom email verification request in AWS Read More »