Guest User

Untitled

a guest
Sep 24th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. EMAIL_HOST = 'smtp.sendgrid.net'
  2. EMAIL_HOST_USER = 'sendgrid_username'
  3. EMAIL_HOST_PASSWORD = 'sendgrid_password'
  4. EMAIL_PORT = 587
  5. EMAIL_USE_TLS = True
Add Comment
Please, Sign In to add comment