diff --git a/README.md b/README.md index 9516075..c80c519 100644 --- a/README.md +++ b/README.md @@ -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 +```