Ghost/core/test/unit
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 Updated tests eslint config to use eslint-plugin-ghost@0.5.0 2019-08-19 13:38:35 +01:00
api Added content gating based on visibility flag (#11173) 2019-09-30 17:40:03 +02:00
apps Updated tests eslint config to use eslint-plugin-ghost@0.5.0 2019-08-19 13:38:35 +01:00
config Updated tests eslint config to use eslint-plugin-ghost@0.5.0 2019-08-19 13:38:35 +01:00
data Renamed members_stripe_info to members_stripe_customers 2019-09-26 12:58:29 +07:00
helpers 🐛 Fixed lack of space in excerpt generated from paragraphs 2019-08-26 18:05:14 +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 Refactored Ghost SDK unit test 2018-10-05 16:49:46 +02:00
services Updated default from-address for system emails (#11202) 2019-10-06 19:02:10 +07:00
web Added tests for x-request-id handling 2019-09-23 07:34:59 +01:00