Merge pull request #538 from owncloud/syntax-fi

fix typo closes #381
This commit is contained in:
Morris Jobke 2014-08-29 14:28:47 +02:00
commit ef75ec095e

View File

@ -329,13 +329,13 @@ rare circumstances the SMTP server also listens on the outdated port **465/tcp**
Enabling Debug Mode
-------------------
If you are unable to send email, it might be useful to activate further debug messages by enabling the mail_smtpdebug parameter::
If you are unable to send email, it might be useful to activate further debug messages by enabling the mail_smtpdebug parameter:
.. code-block:: php
<?php
"mail_smtpdebug" => true;
"mail_smtpdebug" => true,
.. note:: Immediately after pressing the **Send email** button, as described before, several **SMTP -> get_lines(): ...** messages appear on the screen. This is expected behavior and can be ignored.