Guest User

Untitled

a guest
Aug 24th, 2019
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. if DEBUG:
  2. EMAIL_HOST = 'localhost'
  3. EMAIL_PORT = 1025
  4. EMAIL_HOST_USER = ''
  5. EMAIL_HOST_PASSWORD = ''
  6. EMAIL_USE_TLS = False
  7. DEFAULT_FROM_EMAIL = 'testing@example.com'
Add Comment
Please, Sign In to add comment