Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 202 Bytes

File metadata and controls

9 lines (6 loc) · 202 Bytes

docker-mailer

Simple dockerized emailer

eg:

docker run -e EMAIL='fromme@gmail.com' -e AUTHPASS='fromme_password' -e MESSAGE='test' -e TO='tomail@gmail.com' dockerinpractice/docker-mailer