0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2024-12-23 22:20: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:
Loïc Dachary 2023-03-03 22:25:04 +00:00
commit b9faef920e

View file

@ -31,12 +31,12 @@ Directly use SMTP server as relay. This option is useful if you don't want to se
```ini
[mailer]
ENABLED = true
FROM = fogejo@example.com
FROM = forgejo@example.com
MAILER_TYPE = smtp
SMTP_ADDR = mail.example.com
SMTP_PORT = 587
IS_TLS_ENABLED = true
USER = fogejo@example.com
USER = forgejo@example.com
PASSWD = `password`
```