DEV: Declare new SMTP settings from 3a37a7f (#17932)

Follow up to 3a37a7f where adding those new SMTP settings forgot to
declare it in our defaults file.
This commit is contained in:
Rafael dos Santos Silva 2022-08-15 13:45:23 -03:00 committed by GitHub
parent 55f34c45c6
commit ef505c0b73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -95,6 +95,12 @@ smtp_openssl_verify_mode =
# force implicit TLS as per RFC 8314 3.3
smtp_force_tls = false
# number of seconds to wait while attempting to open a SMTP connection
smtp_open_timeout = 5
# Number of seconds to wait until timing-out a SMTP read(2) call
smtp_read_timeout = 5
# load MiniProfiler in production, to be used by developers
load_mini_profiler = true