Docker to send email through AWS SES service
3.9K
Send email using AWS SES service. Here are the requirements to run the container:
This repo triggers auto-build and pushes images to dockerhub.com/u/xueshanf/aws-ses.
This will upgrade the package too:
core@n1 git clone https://github.com/xueshanf/docker-aws-ses.git
core@n1 docker build -t xueshanf/aws-ses .
core@n1 /usr/bin/docker run --rm \
-v /path/to/.aws:/root/.aws \
-e [email protected] \
-e TO="[email protected],[email protected]" \
-e SUBJECT="This is a test" \
-v /path/to/message.txt:/tmp/message.txt xueshanf/aws-ses
Content type
Image
Digest
sha256:9d06eb5e1…
Size
30.1 MB
Last updated
almost 10 years ago
docker pull xueshanf/aws-ses