Usage of ezmail:
-from-addr string
your email address
-from-domain string
your email domain
-from-pass string
your password
-from-port int
your port
-subject string
the email subject
-to-addr string
to email address
Full example of ezmail:
echo sup earth | ezmail -from-pass $YOUR_EMAIL_PASSWORD \
-from-addr $YOUR_EMAIL_ADDRESS \
-from-domain $YOUR_EMAIL_SMTP_DOMAIN \
-from-port $YOUR_EMAIL_SMTP_PORT \
-to-addr $RECIPIENT_EMAIL_ADDRESS
Installation:
1. Install Go.
2. Execute `go get git.sr.ht/~evanj/ezmail` in your $SHELL.