0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2024-11-24 18:09:26 -05:00

Fix email user

Naming is hard 8)

Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
This commit is contained in:
André Jaenisch 2023-03-03 22:01:51 +01:00
parent 64508c7935
commit fd2e4f538c

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`
```