Changes between Version 1 and Version 2 of Ticket #49687, comment 48
- Timestamp:
- 12/05/2025 08:03:29 AM (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #49687, comment 48
v1 v2 3 3 > If the user has the `sendmail_from` set in his `php.ini`, PHPMailer should overwrite it. But if they are forcing the `-f` in the `sendmail_path` this is a complete misconfiguration of the server (because for this purpose, there is a `sendmail_from`). 4 4 5 `sendmail_from` is a Windows only configuration option. Hence the need to add `-f` to the sendmail path in Linux .5 `sendmail_from` is a Windows only configuration option. Hence the need to add `-f` to the sendmail path in Linux: 6 6 7 7 > sendmail_from string 8 8 > Which "From:" mail address should be used in mail sent directly via SMTP (Windows only). This directive also sets the "Return-Path:" header. 9 10 https://www.php.net/manual/en/mail.configuration.php#ini.sendmail-from