Skip to content

perryism/python-gmail-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Get app password

App password can be generated here https://myaccount.google.com/apppasswords

Send email

mail = Mail('test subject', 'perryism@gmail.com', 'perryism@gmail.com')
mail.text("Hello world!")

with Gmail('perryism@gmail.com', os.environ['GMAIL_APP']) as g:
    g.send(mail)"""

Receive email


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages