amazon-ses

Can a cognito user pool use SES with a verified domain and not a verified email?

…衆ロ難τιáo~ 提交于 2020-12-30 08:53:45
问题 Cognito's User Pool takes an email config that needs an ARN of a verified email. Can I use any email on a verified domain instead of a single verified email? https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-email.html I am looking at this documentation, but I am not sure how to make a User pool with anything other than a "verified email" which is not automatable. the alternative that i would like is to automate the verification of a domain and then use any address from that

AWS - Using email template from S3 bucket

纵饮孤独 提交于 2020-08-11 02:48:28
问题 I can send email with amazon SES in python with boto3. I made my email template and passing it as a parameter inside my code. I want to upload my email template in S3 bucket and intergrate it with my existing code. I have searched the documentation but can't find any lead. How do I do this? Here is my code so far: import boto3 from botocore.exceptions import ClientError SENDER = "************" RECIPIENT = "*************" AWS_REGION = "us-east-1" SUBJECT = "Amazon SES Test (SDK for Python)"