jeremyephron / simplegmail

A simple Gmail API client for applications in Python
MIT License
336 stars 73 forks source link

Sending an instance of EmailMessage class #71

Open VisheshMangla2711 opened 2 years ago

VisheshMangla2711 commented 2 years ago

First of all , thank you for this package. It hides a lot of complicated stuff that one has to go through while finding in google API docs. I would like to suggest to add a method for sending EmailMessage objects.