diff options
Diffstat (limited to 'conf/app.ini')
-rw-r--r-- | conf/app.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/app.ini b/conf/app.ini index c46d52f2d5..cef7ae6d5b 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -226,6 +226,10 @@ USER = PASSWD = ; Use text/html as alternative format of content ENABLE_HTML_ALTERNATIVE = false +; Enable sendmail (override SMTP) +USE_SENDMAIL = false +; Specifiy an alternative sendmail binary +SENDMAIL_PATH = sendmail [cache] ; Either "memory", "redis", or "memcache", default is "memory" |