Add usage example

This commit is contained in:
kmein
2016-07-24 18:23:58 +02:00
parent 44004e225f
commit 7dfa9ead00

View File

@@ -25,3 +25,9 @@ optional arguments:
-v, --verbose output sent message
--html send email as HTML
```
## Example
```sh
$ echo 'Hello World!' | ./gmail-send.py -s 'Howdy!' john.smith $(cat john.smith.passwd) max.mustermann@gmail.com
```