Make WordPress Core

Changes between Version 4 and Version 5 of Ticket #49687, comment 28


Ignore:
Timestamp:
08/09/2025 04:12:35 PM (10 months ago)
Author:
SirLouen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #49687, comment 28

    v4 v5  
    1414The `sendmail_from` was meant for Windows system exclusively. But PHPMailer, because this directive also sets the "Return-Path:" header, regardless of the system. And since DMARC SPF check relies on the "Return-Path", this could be relevant.
    1515
    16 Still setting in the `sendmail_path` the `-f` is a wrong practice. The `-f` must be set in the `additional_params` of `mail` or via `mail.force_extra_parameters`
     16Still setting in the `sendmail_path` the `-f` is a wrong practice. The `-f` must be set in the `additional_params` of `mail` or via `mail.force_extra_parameters`. If the original revision creators had a failing system because of this, they had misconfigured their system. Although I believe that the problem was more related to the other fact (that the Sender was not correctly assigned in previous versions of PHPMailer)