Skip to content

Docker image that allows sending email to external smtp servers.

License

Notifications You must be signed in to change notification settings

mandree95/docker-ssmtp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-ssmtp

This docker image can be used to send mails to external smtp servers that require authentication. Just call the mail command like in the following example:

$ echo "Message Body Here" | mutt -s "Subject Here" [email protected] -a backup.zip

A mail with the subject Subject Here, Message Body Here as the body and file named backup.zip attached will be sent to [email protected].

Prerequisites/Configuration

Environment Variable Example Default value Required
HOST smtp.gmail.com Yes
PORT 465 Yes
AUTH_USER [email protected] Yes
AUTH_PASS xyz Yes
TLS YES (or NO) NO No

About

Docker image that allows sending email to external smtp servers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published