Fix imap mail config

This commit is contained in:
Josué Tille
2024-02-06 00:59:40 +01:00
parent 5f7b535237
commit 7064c0c7a4

View File

@ -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__