mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-12-24 22:32:43 -05:00
Merge pull request 'Fix email user' (#142) from Ryuno-Ki/forgejo-website:fix-email-user into main
Reviewed-on: https://codeberg.org/forgejo/website/pulls/142
This commit is contained in:
commit
b9faef920e
1 changed files with 2 additions and 2 deletions
|
@ -31,12 +31,12 @@ Directly use SMTP server as relay. This option is useful if you don't want to se
|
||||||
```ini
|
```ini
|
||||||
[mailer]
|
[mailer]
|
||||||
ENABLED = true
|
ENABLED = true
|
||||||
FROM = fogejo@example.com
|
FROM = forgejo@example.com
|
||||||
MAILER_TYPE = smtp
|
MAILER_TYPE = smtp
|
||||||
SMTP_ADDR = mail.example.com
|
SMTP_ADDR = mail.example.com
|
||||||
SMTP_PORT = 587
|
SMTP_PORT = 587
|
||||||
IS_TLS_ENABLED = true
|
IS_TLS_ENABLED = true
|
||||||
USER = fogejo@example.com
|
USER = forgejo@example.com
|
||||||
PASSWD = `password`
|
PASSWD = `password`
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue