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__