mirror of
https://framagit.org/YunoHost-Apps/gitea_ynh.git
synced 2024-11-21 18:41:35 +01: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
@ -41,7 +41,6 @@ PROTOCOL = smtps+starttls
|
|||||||
FROM = "Gitea" <__APP__-noreply@__DOMAIN__>
|
FROM = "Gitea" <__APP__-noreply@__DOMAIN__>
|
||||||
USER = __APP__
|
USER = __APP__
|
||||||
PASSWD = __MAIL_PWD__
|
PASSWD = __MAIL_PWD__
|
||||||
SKIP_VERIFY = true
|
|
||||||
FORCE_TRUST_SERVER_CERT = true
|
FORCE_TRUST_SERVER_CERT = true
|
||||||
|
|
||||||
[email.incoming]
|
[email.incoming]
|
||||||
|
Loading…
Reference in New Issue
Block a user