diff options
author | Felix Victor <felix.victor.na@gmail.com> | 2023-07-26 15:50:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-26 21:50:15 +0800 |
commit | 0533187f28f293adaf34f58d4a285ae2b0b267ad (patch) | |
tree | 268137fe3f86b2ea3157adb9f40d8352b3450617 /tests/pgsql.ini.tmpl | |
parent | 1c6c38fa6eae2efd35d38b78385d37fba92a93e2 (diff) | |
download | gitea-0533187f28f293adaf34f58d4a285ae2b0b267ad.tar.gz gitea-0533187f28f293adaf34f58d4a285ae2b0b267ad.zip |
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 <xiaolunwen@gmail.com>
Diffstat (limited to 'tests/pgsql.ini.tmpl')
-rw-r--r-- | tests/pgsql.ini.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pgsql.ini.tmpl b/tests/pgsql.ini.tmpl index dd45ab717a..2b54843c30 100644 --- a/tests/pgsql.ini.tmpl +++ b/tests/pgsql.ini.tmpl @@ -59,7 +59,7 @@ PATH = tests/{{TEST_TYPE}}/gitea-{{TEST_TYPE}}-pgsql/data/attachments [mailer] ENABLED = true -MAILER_TYPE = dummy +PROTOCOL = dummy FROM = pgsql-{{TEST_TYPE}}-test@gitea.io [service] |