Skip to content

debck/email

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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) 🎉

About

[WIP] A Go client to send emails from Command Line.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages