JakubOboza / suchmail

simple command line email

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

usage

This is a simple tool to send emails from command line. You can use it like this:

cat ../src/github.com/jakuboboza/suchmail/main.go | ./suchmail -to=<recipent email@example.com> -from=<your email@example.com> -password=<enter your password here>

This command will send contents of this file via email.

You can also run it with -h to see optional arguments you can use.

  • If you need more than one recipent just use , eg. one@example.com,two@example.com,three@example.com don't use space!
  • If you will not pipe output to it, you will get black input and it will wait for characters until CTRL-D is pressed.

About

simple command line email


Languages

Language:Go 70.6%Language:Shell 29.4%