An image preconfigured to send mail from Amazon AWS, just add keys.
100K+
Postfix server configured to send mail to amazon. Just add keys.
Create the current docker host as a mail relay host
docker run -d --name mail -p 25:25 -e ID=myid -e KEY=mykey [email protected] deweysasser/awsmail
Setup a relay container for an e.g. jenkins container to use
docker run -d --name mail -e ID=myid -e KEY=mykey [email protected] deweysasser/awsmail
docker run -d --link mail:mail -p 8080:8080 jenkins
The following environment variables are used at runtime to configure postfix.
AWS is picky about mail it receives.
The following must all be verified addresses (or SES must be in production mode):
Content type
Image
Digest
sha256:4c49827be…
Size
86 MB
Last updated
over 8 years ago
docker pull deweysasser/awsmail