aws-smtp-relay
aws-smtp-relay copied to clipboard
SMTP server to relay emails via Amazon SES or Amazon Pinpoint using IAM roles.
…le, and force-enabling the LOGIN mechanism. This makes it much simpler to use in deployment systems (like Heroku) that expect all configuration to be be via environment variables. The LOGIN...
From reading the code, I believe v1 API is in use. [SES v2 API](https://github.com/aws/aws-sdk-go/tree/main/service/sesv2) brings a bunch of changes, one that is important for us is increased size quotas by...
Beginner with golang, I try to fixes #16 by implementing `SourceArn`, `FromArn` and `ReturnPathArn` About adding some initializations in the `configure` function in main.go (e58ac12576e80cb7db6e2f1e8ca9110069033ba9) , I did so because...
Great piece of software! 1) We have multiple AWS accounts and was wondering if there was a way to tell the program which one to use based on the FROM...
It could be usefull to add some prometheus metrics exposed on a specific HTTP(s) port. At least number of failed sends to make some alerts on them. # Metrics proposal...
in an error situation where the from or to address was invalid the s3 body-stream was not closed. This causes a loss of file descriptors over time.
Enabled support to SESv2
Hi, is there a need to set up SES SMTP hostname somewhere? Not sure I understand how it works, how it knows which SMTP to use? If I switch to...
Hello, the current mhale/smtpd has leaks in file descriptors and is not actively maintained. That's why i switched to go-smtp. This switch wasn't big but i tried to build tests...
The Messages during runtime had been some kind of chunky.