fix typo closes #381

This commit is contained in:
Volkan Gezer
2014-08-29 14:01:33 +02:00
parent 83efbb88f7
commit 3f79e2e0fc

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.