Update Gitea Fastmail config to remove deprecated settings

This commit is contained in:
James Skemp 2023-02-08 21:50:11 -06:00
parent 0c2fccd5d3
commit 5bcf739456
1 changed files with 0 additions and 2 deletions

View File

@ -334,10 +334,8 @@ scp <user>@<remote_ip>:/home/git/<backup-file> d:\
[mailer]
ENABLED = true
FROM = gitea@mydomain.com
MAILER_TYPE = smtp
SMTP_ADDR = smtp.fastmail.com
SMTP_PORT = 465
IS_TLS_ENABLED = true
USER = `your.email@fastmail.com`
PASSWD = `password`
```