diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/app.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/app.ini b/conf/app.ini index 3e07b98e69..0ce8aae52e 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -327,6 +327,8 @@ SEND_AS_PLAIN_TEXT = false USE_SENDMAIL = false ; Specify an alternative sendmail binary SENDMAIL_PATH = sendmail +; Specify any extra sendmail arguments +SENDMAIL_ARGS = [cache] ; Either "memory", "redis", or "memcache", default is "memory" |