Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # settings_local.py
- EMAIL_HOST = 'smtp.gmail.com'
- EMAIL_HOST_USER = '[email protected]'
- EMAIL_HOST_PASSWORD = '123123'
- EMAIL_PORT = 587
- EMAIL_USE_TLS = True
Advertisement
Add Comment
Please, Sign In to add comment