Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days ago
JSON representation
A simple application to send gmail in bash command line written in Python.
- Host: GitHub
- URL: https://github.com/kirotawa/gmailCommandLine
- Owner: kirotawa
- Created: 2011-04-03T22:30:44.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2015-07-13T03:06:01.000Z (over 9 years ago)
- Last Synced: 2024-08-02T05:12:26.422Z (3 months ago)
- Language: Python
- Homepage:
- Size: 174 KB
- Stars: 10
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README
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 installChangelog:
- support to cc and bcc (version 0.11.1 - black cat )