Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to specify a default configuration set on Amazon SES?

I currently am using Firebase Authentication and am using Amazon SES as the SMTP server to send Firebase emails such as email verification, forgot password, etc.

I also currently have a configuration set in Amazon SES that will send delivery, click, bounce, complaint, etc. event data to Amazon Kinesis Firehose which then writes the data to an S3 bucket.

The issue is that an email will not follow the rules of a configuration set in SES unless the configuration set is specified in the header of the specific email. However, this is not possible due to limited customization in Firebase settings.

Is there any way to specify a default configuration set that all emails should use (so that I don't need to specify anything in the email headers)? Or is there another way I can get around this issue?

like image 866
Michael Ashmead Avatar asked Oct 14 '18 17:10

Michael Ashmead


1 Answers

You can configure your email sending domian in SES console, Once the email domian is verified by adding relevant TXT record set in your hosted zone of your domain server. You can configure notification sub section from SES. to notify, This would peform the action at the domain name level, no need to set the configuration set name in header while sending the email

like image 117
santosh Avatar answered Oct 19 '22 17:10

santosh