forked from pub-solar/infra
matrix: Use greenbaum cloud for sending emails
This commit is contained in:
parent
7fcefe4b85
commit
f0c3178b4d
|
@ -60,9 +60,9 @@ in {
|
||||||
invite_client_location = "https://chat.pub.solar";
|
invite_client_location = "https://chat.pub.solar";
|
||||||
notif_for_new_users = true;
|
notif_for_new_users = true;
|
||||||
notif_from = "Matrix <no-reply@pub.solar>";
|
notif_from = "Matrix <no-reply@pub.solar>";
|
||||||
require_transport_security = false;
|
require_transport_security = true;
|
||||||
smtp_host = "matrix-mailer";
|
smtp_host = "mx2.greenbaum.cloud";
|
||||||
smtp_port = 8025;
|
smtp_port = 465;
|
||||||
};
|
};
|
||||||
|
|
||||||
enable_media_repo = true;
|
enable_media_repo = true;
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue