Skip to content

Softinnov/gmailsmtp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gmailsmtp

Docker image to send email via gmail account

Usage

Build with

./build_images.sh

Run with

docker run -d -e user=$gmailaddress -e pass=$gmailpassword -p 25:25 softinnov/gmailsmtp
  • -d makes the container run in background (as daemon)
  • $gmailadress and $gmailpassword : substitute with your gmail identification
  • -p 25:25 map the container port 25 to the server port 25

About

Docker image to send email via gmail account

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages