Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #49687, comment 39


Ignore:
Timestamp:
10/21/2025 08:37:46 AM (8 months ago)
Author:
jamieburchell
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #49687, comment 39

    v2 v3  
    22> After this change there is a chance of mail failure for sites with SPF configured but which does not allow mail to be sent on behalf of this domain and if those sites also do not have a properly configured DKIM and DMARC setup. Those sites should review their SPF policies or the `wp_mail_from` filter.
    33
    4 If I don't set an envelope sender, it becomes the user the webserver is running as (`apache`) and the machine name (which is never the actual domain name - e.g. xyz_web_prd_lon_01) apache@xyz_web_prd_lon_01. I'm struggling to think of a scenario where not specifying the envelope sender would result in the desired behaviour.
     4If I don't set an envelope sender, it becomes the user the webserver is running as (`apache`) and the machine name (which is never the actual domain name - e.g. `xyz_web_prd_lon_01`) Therefore: `apache@xyz_web_prd_lon_01`. I'm struggling to think of a scenario where not specifying the envelope sender would result in the desired behaviour.