Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kirotawa/gmailCommandLine

A simple application to send gmail in bash command line written in Python.
https://github.com/kirotawa/gmailCommandLine

Last synced: about 2 months ago
JSON representation

A simple application to send gmail in bash command line written in Python.

Awesome Lists containing this project

README

        

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 [email protected]
2 [email protected]
3 [email protected]
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 [email protected] -s Teste -m "Hello World!!" -d [email protected] -a /home/greg/imagens/partytoday.png

(2) Sending for more than one destinator
gmailcommanline -u [email protected] -s 'some subject' -m 'some message' -d '[email protected],[email protected],[email protected]'

INSTALLING:
sudo make install

Changelog:
- support to cc and bcc (version 0.11.1 - black cat )