Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 906 Bytes

README.md

File metadata and controls

39 lines (29 loc) · 906 Bytes

Emailer [W I P]

A Go client to send emails from Command Line.

Development

  • Create a .env file in the root and fill with this
API_KEY='<api key>'
SENDER_MAIL='<Sender's email id>'
SENDER_NAME='<Your Name>'
  • See all available command email --help
Send Emails from your command line

Usage:
  email [command]

Available Commands:
  help        Help about any command
  send        send the email

Flags:
  -h, --help   help for email

Use "email [command] --help" for more information about a command.

  • Run email send to enter all information and press Enter

live

TODO

  • Avoid sending mails to spam folder
  • Add Test cases
  • Feature to attach files to email
  • ....

Found it interesting then do ⭐ it, also suggestions are welcome) 🎉