Sign inSign up

softinnov/gmailsmtp

By softinnov

Updated almost 11 years ago

Docker image to send email via gmail account

Image
5

1M+

softinnov/gmailsmtp repository overview

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

Tag summary

Content type

Image

Digest

sha256:08c98105f

Size

57.4 MB

Last updated

almost 11 years ago

docker pull softinnov/gmailsmtp