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:
parent
64508c7935
commit
fd2e4f538c
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
|
||||
[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`
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue