Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-06-06 15:17:04 +0300
committerJoas Schilling <coding@schilljs.com>2017-06-06 15:23:03 +0300
commit3af8abb0983b201c2b2fb412b44592a9a512582d (patch)
treec7842405d6a1362313340fbcd203a8356fdfb09b /config
parentc092b33466d16b6e2119973315b07546c9deb035 (diff)
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 27499825c64..9cff1a4b876 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -967,6 +967,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