~evanj/ezmail

Send and email from your terminal, with ease.
Fix(main.go): Update old identifier.
Fix(README/LICENSE): Remove .txt ext. Add installation steps.
Feat(main.go): Trim whitespace from message.

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~evanj/ezmail
read/write
git@git.sr.ht:~evanj/ezmail

You can also use your local clone with git send-email.

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.