blueimp / aws-smtp-relay

SMTP server to relay emails via Amazon SES or Amazon Pinpoint using IAM roles.
MIT License
76 stars 34 forks source link

Update dependencies to use aws sdk v2 #22

Open mabels opened 1 year ago

mabels commented 1 year ago

in preparation to the aws ses receive observer.

What is an aws ses receive oberserver? i will receive the emails via s3 and sqs and forward them locally. This should enable to run a public smtp server behind aws ses. So to run a public smtp it does not have to expose outbound or an inbound public smtp port. The part of the outbound email is done by the current implementation.