How to create APIs using Python Django to fetch unread emails and send emails using gmail account?
Create APIs using Python Django to fetch unread emails and send emails using gmail account(create one using your phone number) The API should use Googles API i.e. (https://developers.google.com/gmail/api/guides/sending) NOTE: after fetching the emails make it read so in the next iteration the api doesnt pick it up again Deliverables:
- An API endpoint to send an email with some paramaters
- An API endpoint to fetch all unread emails