namshi / docker-smtp

SMTP docker container
MIT License
548 stars 198 forks source link

Add AWS SES API Support #76

Open celestialorb opened 3 years ago

celestialorb commented 3 years ago

Would it be possible to get the SMTP relay to support sending email via AWS SES via the API rather than relaying it to the AWS SMTP endpoint? This would allow us to just use an IAM role to authorize the sending of the email rather than generating the corresponding SMTP credentials for an IAM user.