Skip to content

Commit

Permalink
add the read me
Browse files Browse the repository at this point in the history
  • Loading branch information
wklken committed Sep 9, 2012
1 parent 752b776 commit b31c804
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions email/README.txt
@@ -0,0 +1,15 @@
An Email Module.
You can send email.command line or import it

the desc of options:

CMD:
./sendEmail.py -f "fromSomeOne@XXX.com" \
-t "toA@XXX.com,toB@XXX.com" \
-s "the subject of mail" \
-m "the mail Message.Main Content" \
-a "attachment1_path,attachment2_path"

IMPORT:
import sendEmail
sendEmail.send_mail(mail_from, mail_to, subject, msg_txt, files)

0 comments on commit b31c804

Please sign in to comment.