emailing
v0.0.6
Published
Just a kid tool to send email using your terminal
Downloads
5
Readme
Emailing , your cli send mail friend !
Send email using your lovely terminal (until now Gmail only )
Quick Install
npm install -g emaling
Quick usage:
emailing -t "[email protected]" --subject "Ping" --body "Pong" [email protected] <Enter>
Password:
Lists
With .emailrc you can predefine lists of emails
~/.emailrc
{
"sender" : "Thiago Dantas <[email protected]>",
"groups" :
{
"family" : ["[email protected]" , "[email protected]" ],
"friends" : [ "[email protected]",
"[email protected]",
"[email protected]" ,
"[email protected]",
"[email protected]",
"[email protected]"
],
}
}
emailing -g "friends" --subject "Soccer ?" --body "What about play soccer today ?" [email protected] <Enter>
Password:
Attachment
Instead of:
- Open your browser
- Compose Message ( Please don't forget the subject. )
- Attach your file
- Send
You can do this boring workflow in one line without boring popups validation
emailing -a ./pictures.zip --to "[email protected]" --subject "Holliday Pictures" [email protected]
Growl Notifications
To enable receive growl notification install growlnotify.