Skip to content

drylikov/gSendMail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages