server/lib
Florian Klink 7078a0e53e
Mailer: discover sendmail path instead of hardcoding it to /usr/sbin/sendmail
`sendmail` can very well be in a path different from
`/usr/sbin/sendmail`.

We already search `$PATH` at `lib/private/Settings/Admin/Mail.php` to
detect whether we want to offer sendmail as a mail transfer method, so
let's be consistent and actually initialize `\Swift_SendmailTransport`
with this path to sendmail, instead of just hardcoding
`/usr/sbin/sendmail`.

Signed-off-by: Florian Klink <flokli@flokli.de>
2018-11-02 13:57:43 +01:00
..
composer Merge pull request #11053 from nextcloud/occ-app-update-command 2018-11-02 00:41:59 +01:00
l10n [tx-robot] updated from transifex 2018-10-29 01:13:07 +00:00
private Mailer: discover sendmail path instead of hardcoding it to /usr/sbin/sendmail 2018-11-02 13:57:43 +01:00
public Merge pull request #12193 from nextcloud/interface-fulltxtsearch-issue-00002 2018-11-02 08:38:02 +01:00
autoloader.php move log constants to ILogger 2018-04-26 10:45:52 +02:00
base.php Revert "Use APCu caching of composer" 2018-09-19 15:47:01 +02:00
versioncheck.php Allow php7.3 2018-10-11 11:20:48 +02:00