replace mailjet with sendgrid

This commit is contained in:
Aarni Halinen
2021-05-16 16:43:25 +03:00
parent f72017df01
commit c6374d88b6
9 changed files with 70 additions and 66 deletions
+4 -4
View File
@@ -203,10 +203,10 @@ REST_FRAMEWORK = {
}
# Email settings (tested working with gmail)
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
EMAIL_USE_TLS = True
EMAIL_HOST = 'smtp.gmail.com'
EMAIL_PORT = 587
# EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
# EMAIL_USE_TLS = True
# EMAIL_HOST = 'smtp.gmail.com'
# EMAIL_PORT = 587
# Internationalization