1
0
Fork 0
forked from forgejo/forgejo

Update email-setup.en-us.md (#26068) (#26166)

Backport #26068 by @felixvictor

The setting `MAILER_TYPE` is deprecated.
According to the config cheat sheet, it should be `PROTOCOL`.

Co-authored-by: Felix Victor <felix.victor.na@gmail.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
(cherry picked from commit 72b55c8094)
This commit is contained in:
Giteabot 2023-07-26 23:55:27 +08:00 committed by Earl Warren
parent 9654d71bb2
commit 31f2ce3998
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
10 changed files with 14 additions and 19 deletions

View file

@ -58,7 +58,7 @@ SSH_TRUSTED_USER_CA_KEYS = ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCb4DC1dMFnJ6pXW
[mailer]
ENABLED = true
MAILER_TYPE = dummy
PROTOCOL = dummy
FROM = mysql-{{TEST_TYPE}}-test@gitea.io
[service]