Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 480 Bytes

File metadata and controls

12 lines (8 loc) · 480 Bytes

Gmail Python OAuth Module:

This is a simple python module that authenticates with Gmail using OAuth and sends a message.

Usage is as follows:   On the first use, run gmail.configure(), this is an interactive tool allows you to set the location of your  client_secret.json file.   Afterwards, you can use it to send messages. Example: gmail.sendMail(body, recipient, sender, subject)

More feautures to come soon such as attachements.