Skip to content

saif2khan/quickstart-email-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploy with Vercel Deploy to Netlify Deploy

How to run

  1. Install the dependencies
pip3 install Flask, dotenv
  1. Run the project
python quickstart-email-python.py
  1. In the Nylas dashboard, create a new application and set the hosted auth callback URL to http://localhost:5000/oauth/exchange

  2. env variables

NYLAS_CLIENT_ID=""
NYLAS_API_KEY=""
NYLAS_API_URI="https://api.us.nylas.com"
EMAIL="<RECIPIENT_EMAIL_ADDRESS_HERE>"
  1. Open your browser and go to http://localhost:5000/nylas/auth and log in and end user account. Enjoy!

About

Quickstart Email Guide for Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 40.6%
  • Python 30.0%
  • CSS 29.4%