Project

General

Profile

Actions

Feature #65791

closed

Using PHP configured sendmail paths, if [MAIL][transport] = sendmail is active

Added by Kevin Häfeli about 9 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Could have
Assignee:
Category:
Miscellaneous
Target version:
Start date:
2015-03-17
Due date:
% Done:

100%

Estimated time:
PHP Version:
5.6
Tags:
Complexity:
easy
Sprint Focus:
Remote Sprint

Description

Hi,

TYPO3 is using 'transport_sendmail_command' => '/usr/sbin/sendmail -bs' per default in /typo3/sysext/core/Configuration/DefaultConfiguration.php
"The command to call to send a mail locally. The default works on most modern UNIX based mail server (sendmail, postfix, exim)"

But this is not 100% correct, not every modern sendmail (e.g. msmtp) implementation is supporting the "-bs" option.
Sometimes for example "-t" is needed. OK, you can set it manually. But:

I think most of the hoster out in the web know their environment.
So why not trusting the hoster and using the PHP "sendmail_path" in "transport_sendmail_command" as default?

Cheers,
Kevin

Actions

Also available in: Atom PDF