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 3a3ce9f + 474f858 commit 6b9144bCopy full SHA for 6b9144b
mailer.rst
@@ -95,6 +95,13 @@ native ``native://default`` Mailer uses the sendmail
95
``php.ini`` settings when ``sendmail_path`` is not configured.
96
============ ======================================== ==============================================================
97
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
105
Using a 3rd Party Transport
106
~~~~~~~~~~~~~~~~~~~~~~~~~~~
107
0 commit comments