Skip to content

Commit 8d17fbe

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: Move the contents to a caution admonition Add a warning about native://default for Mailer
2 parents 4036697 + 6b9144b commit 8d17fbe

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
@@ -86,6 +86,13 @@ native ``native://default`` Mailer uses the sendmail
8686
``php.ini`` settings when ``sendmail_path`` is not configured.
8787
============ ======================================== ==============================================================
8888

89+
.. caution::
90+
91+
When using ``native://default``, if ``php.ini`` uses the ``sendmail -t``
92+
command, you won't have error reporting and ``Bcc`` headers won't be removed.
93+
It's highly recommended to NOT use ``native://default`` as you cannot control
94+
how sendmail is configured (prefer using ``sendmail://default`` if possible).
95+
8996
Using a 3rd Party Transport
9097
~~~~~~~~~~~~~~~~~~~~~~~~~~~
9198

0 commit comments

Comments
 (0)