This is a library for Composer to send email via Amazon SES.
services
.AddComposer()
.AddAmazonSimpleEmailService()
.AddTemplateProvider<TemplateProviderImplementation>();
You also need to allow ses:SendRawEmail
for IAM role that used by your application.
MIT