Previously, we had a bunch of customizable email fields (contact, business, privacy, members). But it turned out that such granularity doesn't add much value. Different emails were used mostly on static pages, where an admin can put any content, including other emails, if needed. So, we can go with one default email.
The changes were made in this pr
The default email is set via an environment variable (DEFAULT_EMAIL
), but I kept it in the interface as a read-only field for clarity.
Here are screenshots of the inteface (Admin => Customization => All Site Configuration => Emails
):
As a part of this pr, I also added a reply-to header for email notifications.
Top comments (2)
how do you access this on server side ?
interesting i am not able to edit here.