Skip to content

Sends mail as plain text or html and wraps the basic SMTP library in python

Notifications You must be signed in to change notification settings

narenaryan/Sendmail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Sendmail

Sends mail as plain text or html and wraps the basic SMTP library in python

The Usage is in this way.

from Sendmail import sendmail

sendmail(to_address, username, password, subject, body, html=True) #if body is HTML content else False

About

Sends mail as plain text or html and wraps the basic SMTP library in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages