We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57a0a7e commit 8f85a49Copy full SHA for 8f85a49
docs/content/doc/usage/email-setup.en-us.md
@@ -47,7 +47,8 @@ Directly use SMTP server as relay. This option is useful if you don't want to se
47
ENABLED = true
48
FROM = gitea@mydomain.com
49
MAILER_TYPE = smtp
50
-HOST = mail.mydomain.com:587
+SMTP_ADDR = mail.mydomain.com
51
+SMTP_PORT = 587
52
IS_TLS_ENABLED = true
53
USER = gitea@mydomain.com
54
PASSWD = `password`
@@ -75,7 +76,8 @@ The following configuration should work with GMail's SMTP server:
75
76
```ini
77
[mailer]
78
-HOST = smtp.gmail.com:465
79
+SMTP_ADDR = smtp.gmail.com
80
+SMTP_PORT = 465
81
FROM = example@gmail.com
82
USER = example@gmail.com
83
PASSWD = ***
0 commit comments