0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
ghost/core/server/services
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
..
apps Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
auth 🐛 Fixed blog setup crashing for falsy email config (#11041) 2019-08-20 15:43:43 +05:30
invitations Refactored authentication controller v0.1 (#10893) 2019-07-17 12:28:16 +02:00
mail Updated default from-address for system emails (#11202) 2019-10-06 19:02:10 +07:00
members Added stripe query param to checkout redirect urls 2019-10-06 13:54:09 +07:00
permissions Added v2 actions endpoint 2019-02-06 21:36:09 +01:00
settings Exposed site SEO data through Conent API & {{@site.*}} helper (#10925) 2019-07-19 10:40:47 +02:00
webhooks Update dependency got to v9 (#10861) 2019-07-04 10:36:51 +02:00
labs.js 🐛 Fixed error message when get helper doesn't have API access (#10892) 2019-07-15 14:18:58 +08:00
slack.js Revert post.page->post.type handling 2019-08-19 12:02:14 +01:00
xmlrpc.js Revert post.page->post.type handling 2019-08-19 12:02:14 +01:00