mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
8a58041fba
errors@silverstripe.com has previously been set as the default email address for error emails. This means that people across the world are sending from that domain, and if we put SPF records in place it would stop error emailing. This change means that emails will be sent from the server-configured default, which matches the behaviour of the Mailer class. Leaving until 3.x (3.5, presumably) as it’s a feature change. Fixes #5360.