Merge pull request #90 from CodeShakingSheep/replace-deprecated-mailer-config-option

Replace SKIP_VERIFY with FORCE_TRUST_SERVER_CERT in app.ini
This commit is contained in:
Josue-T 2023-11-24 22:18:23 +01:00 committed by GitHub
commit 22fd459bed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ ENABLED = true
SMTP_ADDR = 127.0.0.1
SMTP_PORT = 25
FROM = "Gitea" <gitea-noreply@__DOMAIN__>
SKIP_VERIFY = true
FORCE_TRUST_SERVER_CERT = true
[service]
REGISTER_EMAIL_CONFIRM = false