From 7064c0c7a475485f84224d1a3f598f96776f87f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Tue, 6 Feb 2024 00:59:40 +0100 Subject: [PATCH] Fix imap mail config --- conf/app.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/app.ini b/conf/app.ini index af5ccc6..24a2065 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -46,9 +46,10 @@ FORCE_TRUST_SERVER_CERT = true [email.incoming] ENABLED = true REPLY_TO_ADDRESS = __APP__+%{token}@__DOMAIN__ -HOST = __DOMAIN__ +HOST = localhost PORT = 993 USE_TLS = true +SKIP_TLS_VERIFY = true USERNAME = __APP__ PASSWORD = __MAIL_PWD__