GmailCommandLine
A simple application to send gmail in bash command line written in Python.
Install / Use
/learn @kirotawa/GmailCommandLineREADME
Author: Leonidas S. Barbosa (alias: Kirotawa) E-mail: kirotawa[put a sign here]gmail[a dot here]com Version: 0.11.1 (black cat)
Description: GmailCommandLine is a simple app to send e-mail via a gmail account on unix bash. It was built to send emails faster, not being need to open your gmail account in browser.
New features: support to different '@gmail' accounts, just put your new address or select it in the list Example: 1 kirotawa@gmail.com 2 kirotawa2@gmail.com 3 kirotawa3@gmail.com Choose a address :
Uage: gmailcommandline [options]
Options: -h, --help Show the help message. -d DESTINATION, --destination=DESTINATION Sets a destination address to send email, otherwise send to default, yourself email. -c CARBONCOPY_DEST --carboncopy Sets a carbon copy destination. -b BLINDCC --blindcarboncopy Sets a blind carbon copy destination. -a ATTACH, --attachpath=ATTACH Attach a file to email. -m "MESSAGE", --message="MESSAGE" Content of message. Use quotes to set the message. -u USERMAIL, --usermail=USERMAIL Your user email from a Gmail account. Just need to set in the first time you use this app. -s "SUBJECT", --subject=SUBJECT The subject of email. Use quotes to set the subject if it has more than one word.
Example: (1) gmailcommanline -u greg@gmail.com -s Teste -m "Hello World!!" -d jonhdoo@anymailserver.com -a /home/greg/imagens/partytoday.png
(2) Sending for more than one destinator
gmailcommanline -u youruser@gmail.com -s 'some subject' -m 'some message' -d 'first@one.com,second@one.com,third@domain.com'
INSTALLING: sudo make install
Changelog: - support to cc and bcc (version 0.11.1 - black cat )
