generate documentation from config.sample.php

This commit is contained in:
Morris Jobke
2017-01-21 03:35:11 +01:00
parent 9211ff76f3
commit 2a0bf05340

View File

@@ -377,7 +377,7 @@ Defaults to ``false``
::
'mail_smtpmode' => 'sendmail',
'mail_smtpmode' => 'php',
Which mode to use for sending mail: ``sendmail``, ``smtp``, ``qmail`` or
``php``.
@@ -394,7 +394,7 @@ the server, with ``/usr/sbin/sendmail`` installed on your Unix system.
For ``qmail`` the binary is /var/qmail/bin/sendmail, and it must be installed
on your Unix system.
Defaults to ``sendmail``
Defaults to ``php``
::