mirror of
https://github.com/YunoHost-Apps/gitea_ynh.git
synced 2024-09-03 20:36:22 +02:00
Remove skype verify as it's obsolete
Deprecated config option `[mailer]` `SKIP_VERIFY` present. Use `[mailer]` `FORCE_TRUST_SERVER_CERT` instead. This fallback will be/has been removed in v1.19.0
This commit is contained in:
parent
b91b7e2464
commit
7e2809de42
1 changed files with 0 additions and 1 deletions
|
@ -41,7 +41,6 @@ PROTOCOL = smtps+starttls
|
|||
FROM = "Gitea" <__APP__-noreply@__DOMAIN__>
|
||||
USER = __APP__
|
||||
PASSWD = __MAIL_PWD__
|
||||
SKIP_VERIFY = true
|
||||
FORCE_TRUST_SERVER_CERT = true
|
||||
|
||||
[email.incoming]
|
||||
|
|
Loading…
Add table
Reference in a new issue