We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fd718c commit b5a1fe5Copy full SHA for b5a1fe5
docs/content/doc/usage/email-setup.en-us.md
@@ -76,7 +76,7 @@ The following configuration should work with GMail's SMTP server:
76
```ini
77
[mailer]
78
ENABLED = true
79
-HOST = smtp.gmail.com:465
+HOST = smtp.gmail.com:465 ; Remove this line for Gitea >= 1.18.0
80
SMTP_ADDR = smtp.gmail.com
81
SMTP_PORT = 465
82
FROM = [email protected]
0 commit comments