Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #60420, comment 57


Ignore:
Timestamp:
12/18/2025 04:43:13 PM (6 months ago)
Author:
mvl22
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60420, comment 57

    v1 v2  
    1 It feels like this conversation has generated a lot of complexity, when the solution would be simple for the vast majority of cases: simply adding a setting to allow the mail from value to be set as a setting, like any other setting.
     1It feels like this conversation has generated a lot of complexity, when the solution to the wrong assumption of <wordpress @ site.com> would be simple for the vast majority of cases: simply adding a setting to allow the mail from value to be set as a setting, like any other setting.
    22
    33At the moment that has to be done using a plugin (proving the problem is already solveable), but that is really the wrong architectural level to set a configuration value. This is configuration (config), not site behaviour (plugins).