Courriel Confirmation Django

EMAIL_USE_TSL = True
EMAIL_HOST = "smtp.gmail.com"
EMAIL_HOST_USER = "[email protected]"
EMAIL_HOST_PASSWORD = "password"
EMAIL_PORT = 587
vip_codes