Guest User

Untitled

a guest
Jul 29th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. # Email sending
  2. EMAIL_HOST = 'localhost'
  3. EMAIL_HOST_USER = ''
  4. EMAIL_HOST_PASSWORD = ''
  5. EMAIL_USE_TLS = False
  6. EMAIL_PORT = 25
Add Comment
Please, Sign In to add comment