Giter VIP home page Giter VIP logo

docker-smtp-aws-ses's Introduction

infrabuilder/smtp-aws-ses

This docker image (infrabuilder/smtp-aws-ses) is a SMTP relay built for AWS SES (but not limited to).

Available ENV variables and their default values

Variable Defaul value Description
ACCEPTED_NETWORKS 192.168.0.0/16 172.16.0.0/12 10.0.0.0/8 Network who can send email through this SMTP relay
RELAY_HOST email-smtp.us-east-1.amazonaws.com SMTP relay host
RELAY_PORT 25 SMTP relay port (should be 25, 465 or 587)
RELAY_LOGIN none Username used in SASL authentication
RELAY_PASSWORD none Password used in SASL authentication
RECIPIENT_RESTRICTIONS none See http://www.postfix.org/postconf.5.html#smtpd_recipient_restrictions
USE_TLS yes Enable TLS with SMTP relay (yes or no)
TLS_VERIFY may See http://www.postfix.org/postconf.5.html#smtp_tls_security_level

Run examples

Minimal example for AWS SES in region eu-west-3 (Paris, France) :

docker run -d --name smtp -p 25:25  \
    -e RELAY_HOST="email-smtp.eu-west-3.amazonaws.com" \
    -e RELAY_LOGIN="AWSLOGINHERE" \
    -e RELAY_PASSWORD="AWSLOGINSECRETKEY" \
    infrabuilder/smtp-aws-ses

Kubernetes example

Here is an example of simple deployment with a configMap and a secret : kubernetes/example.yaml

Docker image that inspired this one

Thanks to shamil

https://github.com/shamil/docker-postfix-relay

docker-smtp-aws-ses's People

Contributors

alexisducastel avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

docker-smtp-aws-ses's Issues

How to send mails.

After creating and running docker container how to send mails using this docker container. New to the docker world and I tried to check in the readme but didn't found anything. Please help me.

Thank you.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.