mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-04 02:36:49 +07:00
fix typo closes #381
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user