Implemented email setup for matrix

This commit is contained in:
2023-12-19 16:03:19 +01:00
parent b3edba90e3
commit e23646cdc2
10 changed files with 36 additions and 17 deletions

View File

@@ -2,9 +2,9 @@
BASEROW_PUBLIC_URL=https://{{ domain }}
# Email Server Configuration
EMAIL_SMTP=True
EMAIL_SMTP={{ system_email_smtp | upper }}
EMAIL_SMTP_HOST={{ system_email_host }}
EMAIL_SMTP_PORT={{ system_email_port }}
EMAIL_SMTP_PORT={{ system_email_smtp_port }}
EMAIL_SMTP_USER={{ system_email_username }}
EMAIL_SMTP_PASSWORD={{ system_email_password }}
EMAIL_SMTP_USE_TLS=tls
EMAIL_SMTP_USE_TLS={{ system_email_tls | upper }}