From 3f79e2e0fc849612f9cc589d5d002e669e202471 Mon Sep 17 00:00:00 2001 From: Volkan Gezer Date: Fri, 29 Aug 2014 14:01:33 +0200 Subject: [PATCH] fix typo closes #381 --- admin_manual/configuration/configuration_mail.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin_manual/configuration/configuration_mail.rst b/admin_manual/configuration/configuration_mail.rst index 23b17624d..01e7c56f7 100644 --- a/admin_manual/configuration/configuration_mail.rst +++ b/admin_manual/configuration/configuration_mail.rst @@ -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 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.