From b4f6f638718f7747905e5c563fdf9c7e6512de75 Mon Sep 17 00:00:00 2001 From: Stephan D Date: Mon, 24 Nov 2025 19:44:55 +0100 Subject: [PATCH] fixed mail server connection string --- api/notification/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/notification/config.yml b/api/notification/config.yml index deae90f..1730b9d 100755 --- a/api/notification/config.yml +++ b/api/notification/config.yml @@ -51,7 +51,7 @@ api: settings: username_env: MAIL_USER password_env: MAIL_SECRET - host: "smtp.mail.ru" + host: "mail.sendico.io" port: 465 from: "Sendico Tech" network_timeout: 10