Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

consider adding official Dockerfile #18

Open
matti opened this issue May 24, 2020 · 1 comment
Open

consider adding official Dockerfile #18

matti opened this issue May 24, 2020 · 1 comment

Comments

@matti
Copy link

matti commented May 24, 2020

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 [email protected] --to [email protected] --subject hello --body-plain -

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

@mludvig
Copy link
Owner

mludvig commented May 24, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants