From 14e4867dd3f786407a18f8dcbff13e9f7f4965fb Mon Sep 17 00:00:00 2001 From: Peter Sanchez Date: Mon, 29 Nov 2021 10:00:39 -0800 Subject: [PATCH] Updating config example for new mail options --- config.example.ini | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/config.example.ini b/config.example.ini index db8b2e0..29fe4bd 100644 --- a/config.example.ini +++ b/config.example.ini @@ -46,9 +46,18 @@ redis-host= # Outgoing SMTP settings smtp-host= smtp-port= +smtp-from= +# +# Default: starttls +# Options: starttls, tls, insecure +smtp-encryption=starttls +# +# Default: plain +# Options: plain, none +smtp-auth=plain +# user / password are required if smtp-auth is plain smtp-user= smtp-password= -smtp-from= # # Application exceptions are emailed to this address error-to=