Skip to content

Container to send email via smtp.

Notifications You must be signed in to change notification settings

vsellier/exo-smtp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SMTP container

This container contains the basic configuration to send emails from other containers.

Run the container

# docker run -d --name smtp exoplatform/smtp:latest
  • You can map /var/spool/postfix to a volume if you want the queue to be persistent
  • Logs are in the directory /var/log/mail and can be stored in a volume is needed

Link the containers you want to send mail from with this container :

  docker run -d --link smtp:smtp otherimage

Available parameters

  • RELAY_DOMAINS : if you want to specify the domains to relay emails to
  • DEBUG : Activate the postfix debug logs

TODO

  • Authentication

About

Container to send email via smtp.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 63.2%
  • Dockerfile 36.8%