chore(email): Enable server to sending emails
Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
parent
584792fb5a
commit
73f7a1084f
1 changed files with 13 additions and 0 deletions
|
@ -65,3 +65,16 @@ trusted_key_servers:
|
||||||
|
|
||||||
delete_stale_devices_after: 1y
|
delete_stale_devices_after: 1y
|
||||||
admin_contact: 'mailto:a@4rs.nl'
|
admin_contact: 'mailto:a@4rs.nl'
|
||||||
|
|
||||||
|
email:
|
||||||
|
notif_from: "noreply@4rs.nl"
|
||||||
|
smtp_host: "SMTP_SERVER"
|
||||||
|
smtp_port: 587
|
||||||
|
smtp_user: "username"
|
||||||
|
smtp_pass: "password"
|
||||||
|
force_tls: true
|
||||||
|
require_transport_security: true
|
||||||
|
enable_tls: true
|
||||||
|
app_name: "4rs Matrix"
|
||||||
|
enable_notifs: false
|
||||||
|
notif_for_new_users: false
|
||||||
|
|
Loading…
Reference in a new issue