mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
commit
ef75ec095e
@ -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.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user