Skip to content
Snippets Groups Projects

Sortie thomas

6 files
+ 209
9
Compare changes
  • Side-by-side
  • Inline

Files

+ 2
2
@@ -255,10 +255,10 @@ EMAIL_PORT = 587
EMAIL_USE_TLS = True
# Toggle sandbox mode (when running in DEBUG mode)
SENDGRID_SANDBOX_MODE_IN_DEBUG=False
SENDGRID_SANDBOX_MODE_IN_DEBUG = False
# echo to stdout or any other file-like object that is passed to the backend via the stream kwarg.
SENDGRID_ECHO_TO_STDOUT=True
SENDGRID_ECHO_TO_STDOUT = True
# Mails app config
Loading