From 91ba40428f1901135b67017e9b1f5c4d69343cb3 Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Mon, 13 May 2013 21:54:59 +0100 Subject: [PATCH] Updated README --- README | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..6c671de --- /dev/null +++ b/README @@ -0,0 +1,20 @@ +Simple python script to send email with attachments from the command line + +usage: mailex.py [-h] [-v] -t TO_ADDRESS [-f [FROM_ADDRESS]] [-a ATTACHMENTS] + [-s [SUBJECT]] [-b [MAIL_BODY]] + +optional arguments: + -h, --help show this help message and exit + -v, --version show program's version number and exit + -t TO_ADDRESS, --to-address TO_ADDRESS + To address + -f [FROM_ADDRESS], --from-address [FROM_ADDRESS] + From address + -a ATTACHMENTS, --attachments ATTACHMENTS + File(s) to attach + -s [SUBJECT], --subject [SUBJECT] + Mail subject + -b [MAIL_BODY], --mail-body [MAIL_BODY] + Mail body +fergalm@FERGAL-NIX-LT ~/Dropbox/Private/mailex $ +