mirror of
https://framagit.org/YunoHost-Apps/gitea_ynh.git
synced 2025-09-02 18:18:31 +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:
@ -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]
|
||||
|
Reference in New Issue
Block a user