File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,11 @@ native ``native://default`` Mailer uses the sendmail
93
93
in the ``sendmail_path `` setting of ``php.ini ``. On Windows
94
94
hosts, Mailer fallbacks to ``smtp `` and ``smtp_port ``
95
95
``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).
96
101
============ ======================================== ==============================================================
97
102
98
103
Using a 3rd Party Transport
You can’t perform that action at this time.
0 commit comments