Fix imap mail config

This commit is contained in:
Josué Tille 2024-02-06 00:59:40 +01:00
parent 5f7b535237
commit 7064c0c7a4
No known key found for this signature in database
GPG Key ID: 5F259226AD51F2F5

View File

@ -46,9 +46,10 @@ FORCE_TRUST_SERVER_CERT = true
[email.incoming] [email.incoming]
ENABLED = true ENABLED = true
REPLY_TO_ADDRESS = __APP__+%{token}@__DOMAIN__ REPLY_TO_ADDRESS = __APP__+%{token}@__DOMAIN__
HOST = __DOMAIN__ HOST = localhost
PORT = 993 PORT = 993
USE_TLS = true USE_TLS = true
SKIP_TLS_VERIFY = true
USERNAME = __APP__ USERNAME = __APP__
PASSWORD = __MAIL_PWD__ PASSWORD = __MAIL_PWD__