0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
ghost/core/server
John O'Nolan 423b0d5412 Updated default from-address for system emails (#11202)
no-issue

Until now, we've used ghost@siteurl.com as the default from address for system emails, like user invitations and password resets. This was fine, because all system emails were going to people who would interact with "ghost" the app in some way, so the naming made sense.

Now we're introducing members, which will send emails on behalf of of the site owner, to their readers. If all goes to plan, they should be able to set a custom from address, however our default mail config will still be the fallback if no other value is available.

If you run "magazine.com" and you send someone a link to "login to magazine.com" then it's pretty weird for that email to come from "ghost@magazine.com" - so this PR changes the default value from ghost to noreply for an equally generic, but less opinionated default.
2019-10-06 19:02:10 +07:00
..
adapters Return correct error codes from storage adapter 2019-09-06 17:40:55 +01:00
api Added members CSV export to Admin API (#11198) 2019-10-03 20:36:22 +02:00
config Added members CSV import to Admin API (#11197) 2019-10-03 19:59:19 +02:00
data Improve visibility's default handling (#11183) 2019-10-02 11:08:10 +02:00
lib Added tests for bookmark card 2019-10-02 17:47:37 +01:00
models Improve visibility's default handling (#11183) 2019-10-02 11:08:10 +02:00
public Added support for dynamic stripe checkout redirects 2019-10-03 17:36:33 +07:00
services Updated default from-address for system emails (#11202) 2019-10-06 19:02:10 +07:00
translations Added guard to asset helper for missing paths 2019-09-09 13:02:45 +01:00
views Update default 404 page 2019-07-15 14:47:01 +02:00
web Added members CSV export to Admin API (#11198) 2019-10-03 20:36:22 +02:00
analytics-events.js
ghost-server.js Update Test & linting packages (major) (#10858) 2019-07-05 13:40:43 +02:00
index.js Extracted settings service part manipulating routes.yaml (#10800) 2019-06-25 18:33:56 +02:00
overrides.js
update-check.js Updated links to docs (#10941) 2019-07-22 18:17:50 +08:00