From 04ba09a984e2a68dcc066583248d6691dff749d6 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Fri, 21 Jul 2017 03:35:36 +0200 Subject: [PATCH] generate documentation from config.sample.php --- .../config_sample_php_parameters.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index dba9e8f08..e2aff0a05 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -1127,6 +1127,15 @@ filesystem instead of the database to keep the tags. Defaults to ``\OC\SystemTag\ManagerFactory`` +:: + + 'mail_template_class' => '\OC\Mail\EMailTemplate', + +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`` + Maintenance -----------