Ghost/core/server/services/mail
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
..
templates Fixed a typo for non-verb "setup" (#10680) 2019-04-22 17:47:28 +02:00
GhostMailer.js Updated default from-address for system emails (#11202) 2019-10-06 19:02:10 +07:00
index.js Moved labs, auth, permissions, settings, mail, themes to services (#9339) 2017-12-14 03:01:23 +01:00
utils.js Migrated to use url-utils from Ghost-SDK (#10787) 2019-06-18 15:13:55 +02:00