dizballanze

Untitled

May 12th, 2013
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.15 KB | None | 0 0
  1. # settings_local.py
  2. EMAIL_HOST = 'smtp.gmail.com'
  3. EMAIL_HOST_USER = '[email protected]'
  4. EMAIL_HOST_PASSWORD = '123123'
  5. EMAIL_PORT = 587
  6. EMAIL_USE_TLS = True
Advertisement
Add Comment
Please, Sign In to add comment