We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4036697 + 6b9144b commit 8d17fbeCopy full SHA for 8d17fbe
mailer.rst
@@ -86,6 +86,13 @@ native ``native://default`` Mailer uses the sendmail
86
``php.ini`` settings when ``sendmail_path`` is not configured.
87
============ ======================================== ==============================================================
88
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
96
Using a 3rd Party Transport
97
~~~~~~~~~~~~~~~~~~~~~~~~~~~
98
0 commit comments