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

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

---------

Co-authored-by: Lunny Xiao <[email protected]>
This commit is contained in:
Felix Victor
2023-07-26 21:50:15 +08:00
committed by GitHub
co-authored by Lunny Xiao
parent 8353ece7fc
commit b51e706106
6 changed files with 10 additions and 15 deletions
+1 -1
View File
@@ -306,7 +306,7 @@ services:
environment:
- GITEA__mailer__ENABLED=true
- GITEA__mailer__FROM=${GITEA__mailer__FROM:?GITEA__mailer__FROM not set}
- GITEA__mailer__MAILER_TYPE=smtp
- GITEA__mailer__PROTOCOL=smtp
- GITEA__mailer__HOST=${GITEA__mailer__HOST:?GITEA__mailer__HOST not set}
- GITEA__mailer__IS_TLS_ENABLED=true
- GITEA__mailer__USER=${GITEA__mailer__USER:-apikey}