mludvig / smtp-cli

The ultimate command line SMTP client
http://smtp-cli.logix.cz
188 stars 32 forks source link

consider adding official Dockerfile #18

Open matti opened 4 years ago

matti commented 4 years ago

I forked the repo and added https://github.com/matti/smtp-cli/blob/master/Dockerfile which builds mattipaksula/smtp-cli

usage for example with:

docker run --net=host -it mattipaksula/smtp-cli:v3.10-matti --verbose --server localhost:2525 --from sender@sender.com --to target@target.com --subject hello --body-plain -

Dockerfile depends on your preferences, so I didn't create a PR

mludvig commented 4 years ago

Hi Matti

Nice, sure send a PR. If you can also include a brief README-docker.md or include the above example in the main README that'd be useful too.

It's nice to see that people are still using this old tool despite that perl is so last century now :)

Cheers Michael