Gestion de l'envoie des mails
All checks were successful
Organisation/sirh/pipeline/head This commit looks good

This commit is contained in:
2026-05-07 11:22:14 +00:00
parent 99434a21e0
commit bb93a853db
11 changed files with 67 additions and 3 deletions

View File

@@ -150,6 +150,7 @@ MEDIA_ROOT = BASE_DIR / "media"
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
# Configuration de l'email
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
EMAIL_HOST = 'ssl0.ovh.net'
EMAIL_PORT = 465