EMAIL_USE_TSL = True EMAIL_HOST = "smtp.gmail.com" EMAIL_HOST_USER = "example@gmail.com" EMAIL_HOST_PASSWORD = "password" EMAIL_PORT = 587