1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-08-24 21:34:36 -04:00
gitea/modules/setting
Clar Fon 036dd8a788
Rework mailer settings (#18982)
* `PROTOCOL`: can be smtp, smtps, smtp+startls, smtp+unix, sendmail, dummy
* `SMTP_ADDR`: domain for SMTP, or path to unix socket
* `SMTP_PORT`: port for SMTP; defaults to 25 for `smtp`, 465 for `smtps`, and 587 for `smtp+startls`
* `ENABLE_HELO`, `HELO_HOSTNAME`: reverse `DISABLE_HELO` to `ENABLE_HELO`; default to false + system hostname
* `FORCE_TRUST_SERVER_CERT`: replace the unclear `SKIP_VERIFY`
* `CLIENT_CERT_FILE`, `CLIENT_KEY_FILE`, `USE_CLIENT_CERT`: clarify client certificates here

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2022-08-02 13:24:18 +08:00
..
attachment.go Update default allowed attachment types (#20192) 2022-07-01 15:42:20 +02:00
cache.go
cors.go
cron_test.go
cron.go
database_sqlite.go
database_test.go
database.go Add setting SQLITE_JOURNAL_MODE to enable WAL (#20535) 2022-07-30 21:57:41 +02:00
directory.go
federation.go Add more linters to improve code readability (#19989) 2022-06-20 12:02:49 +02:00
git.go Use git.HOME_PATH for Git HOME directory (#20114) 2022-07-08 16:09:07 +08:00
i18n.go Remove support for sr-SP (#20155) 2022-06-27 14:50:30 -05:00
indexer_test.go
indexer.go
lfs.go
log.go Add more linters to improve code readability (#19989) 2022-06-20 12:02:49 +02:00
mailer.go Rework mailer settings (#18982) 2022-08-02 13:24:18 +08:00
markup.go
migrations.go
mime_type_map.go
mirror.go
oauth2_client.go
packages.go
picture.go
project.go
proxy.go
queue.go
repository.go Add disable download source configuration (#20548) 2022-07-31 18:57:02 +02:00
service.go Add more linters to improve code readability (#19989) 2022-06-20 12:02:49 +02:00
session.go
setting_test.go
setting.go Refactor SSH init code, fix directory creation for TrustedUserCAKeys file (#20299) 2022-07-10 14:50:26 +08:00
storage_test.go
storage.go
task.go
webhook.go