Guest User

Untitled

a guest
Nov 29th, 2017
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. EMAIL_PORT = 443
  2. EMAIL_USE_TLS = True
  3. EMAIL_HOST = 'host'
  4. EMAIL_HOST_USER = 'username'
  5. EMAIL_HOST_PASSWORD = 'password'
  6.  
  7. Connection timed out
Add Comment
Please, Sign In to add comment