mirror of
https://github.com/YunoHost-Apps/gitea_ynh.git
synced 2024-09-03 20:36:22 +02:00
Fix imap mail config
This commit is contained in:
parent
5f7b535237
commit
7064c0c7a4
1 changed files with 2 additions and 1 deletions
|
@ -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__
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue