Skip to content
This repository has been archived by the owner on Nov 27, 2017. It is now read-only.

jgallen23/gSendMail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

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

No packages published

Languages