This repository has been archived by the owner on Nov 27, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
jgallen23/gSendMail
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
gSendMail is a simple library to allow for sending email from your gmail or google apps on domains account. There are two usages, including in your application or executing the gsendmail.py and passing in arguments Including in Application: from gsendmail import GSendMail g = GSendMail('sender@gmail.com', 'password') g.send_html('rec@gmail.com', 'Subject', 'Body with <b>Html</b>') Calling from terminal: python gsendmail.py -u sender@gmail.com -p password -t rec@gmail.com -s Subject -b "body with <b>Html</b>"
About
Python Library to send emails via gmail
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published