diff options
Diffstat (limited to 'conf/app.ini')
-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 c84101a995..bd6fb9bd6b 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -185,6 +185,8 @@ FROM = ; Mailer user name and password USER = PASSWD = +; Use text/html as alternative format of content +ENABLE_HTML_ALTERNATIVE = false [cache] ; Either "memory", "redis", or "memcache", default is "memory" |