Feature: #65791 - Use PHP configured sendmail path, if [MAIL][transport] = sendmail is active
See forge#65791
Description
The install tool setting [MAIL]
is now retrieved automatically from
PHP runtime configuration sendmail_
during installation (instead of '/usr/sbin/sendmail -bs').
Impact
There are no impacts on current installations.
New installations will have [MAIL]
automatically set during installation
using sendmail_
from PHP runtime configuration. It can still be changed manually.
As this setting is only used if [MAIL]
is set to sendmail
, it doesn't have impact on
other transport schemes.