Skip to content

Commit b4c4b53

Browse files
committed
add more missing CI email settings
1 parent 98fd15b commit b4c4b53

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/bma/environment_settings.py.ci

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ DATABASES = {
2929

3030
ADMINS = [("admin", "admin@example.com")]
3131
DEFAULT_FROM_EMAIL="admin@example.com"
32+
EMAIL_BACKEND = "django.core.mail.backends.console.EmailBackend"
33+
EMAIL_HOST=""
34+
EMAIL_PORT=587
35+
EMAIL_HOST_USER=""
36+
EMAIL_HOST_PASSWORD=""
37+
EMAIL_USE_TLS=True
38+
SERVER_EMAIL="admin@example.com"
3239

3340
# admin site url prefix, set to 'admin' for /admin/
3441
ADMIN_PREFIX = "admin"

0 commit comments

Comments
 (0)