Skip to content

Commit 474f858

Browse files
committed
Move the contents to a caution admonition
1 parent 3a70a6f commit 474f858

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

mailer.rst

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,15 @@ native ``native://default`` Mailer uses the sendmail
9393
in the ``sendmail_path`` setting of ``php.ini``. On Windows
9494
hosts, Mailer fallbacks to ``smtp`` and ``smtp_port``
9595
``php.ini`` settings when ``sendmail_path`` is not configured.
96-
Be warned that if ``php.ini`` uses the ``sendmail -t`` command,
97-
you won't have error reporting and ``Bcc`` headers won't be removed.
98-
It's highly recommended to NOT use this DSN as you cannot control
99-
how sendmail is configured (prefer using ``sendmail://default``
100-
if possible).
10196
============ ======================================== ==============================================================
10297

98+
.. caution::
99+
100+
When using ``native://default``, if ``php.ini`` uses the ``sendmail -t``
101+
command, you won't have error reporting and ``Bcc`` headers won't be removed.
102+
It's highly recommended to NOT use ``native://default`` as you cannot control
103+
how sendmail is configured (prefer using ``sendmail://default`` if possible).
104+
103105
Using a 3rd Party Transport
104106
~~~~~~~~~~~~~~~~~~~~~~~~~~~
105107

0 commit comments

Comments
 (0)