aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-06-06 14:17:04 +0200
committerLukas Reschke <lukas@statuscode.ch>2017-07-19 17:59:12 +0200
commitc6f57fe22dafe9e7d883099c69a9ddde1f9f2034 (patch)
tree580aa2f72b4afad2c336381e390ad60d0b4450b2 /config
parent336ce139ae50973f46e029ddf8a02f9f5e7a5a12 (diff)
downloadnextcloud-server-c6f57fe22dafe9e7d883099c69a9ddde1f9f2034.tar.gz
nextcloud-server-c6f57fe22dafe9e7d883099c69a9ddde1f9f2034.zip
Allow to overwrite the email template again
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 81c2b6c8ba9..3d1ccb8c2c1 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -978,6 +978,13 @@ $CONFIG = array(
'systemtags.managerFactory' => '\OC\SystemTag\ManagerFactory',
/**
+ * Replaces the default mail template layout. This can be utilized if the
+ * options to modify the mail texts with the theming app is not enough.
+ * The class must extend ``\OC\Mail\EMailTemplate``
+ */
+'mail_template_class' => '\OC\Mail\EMailTemplate',
+
+/**
* Maintenance
*
* These options are for halting user activity when you are performing server