Skip to content

Commit 6b9144b

Browse files
committed
Merge branch '5.3' into 5.4
* 5.3: Move the contents to a caution admonition Add a warning about native://default for Mailer
2 parents 3a3ce9f + 474f858 commit 6b9144b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

mailer.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,13 @@ native ``native://default`` Mailer uses the sendmail
9595
``php.ini`` settings when ``sendmail_path`` is not configured.
9696
============ ======================================== ==============================================================
9797

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+
98105
Using a 3rd Party Transport
99106
~~~~~~~~~~~~~~~~~~~~~~~~~~~
100107

0 commit comments

Comments
 (0)