generate documentation from config.sample.php

This commit is contained in:
Morris Jobke
2018-04-17 03:35:48 +02:00
parent a792599ff1
commit 0b16eb5ea8

View File

@@ -482,6 +482,22 @@ the SMTP server.
Default to ``''`` (empty string)
::
'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``
::
'mail_send_plaintext_only' => false,
Email will be send by default with an HTML and a plain text body. This option
allows to only send plain text emails.
Proxy Configurations
--------------------
@@ -1140,15 +1156,6 @@ 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
-----------