Ghost/core/server/mail
Katharina Irrgang edf2348394 Improved log output for welcome email error (#9016)
* Improved log output for welcome email error

no issue

- if Ghost is unable to send a welcome email, the server log printe a huge error log
- the reason was that each component wrapped the original error into a new error instance
  - so the stack grows and grows
- the golden rule should always be: the smallest/lowest component should instanitate a specifc error
  - the caller can expect to receive a custom Ghost error

* Tidy up error messages for mail failures and fix tests

- We never use "Error:" notation in our translations
- Make the error messages consistent and show a reason if possible
2017-09-19 14:24:20 +01:00
..
templates Switch to new native system font stack (#7219) 2016-08-18 20:29:46 +01:00
GhostMailer.js Improved log output for welcome email error (#9016) 2017-09-19 14:24:20 +01:00
index.js improvement: mail structure (#7033) 2016-06-28 20:13:01 +02:00
utils.js 🎨 add urlFor('admin') and increase usage of urlFor helper (#7935) 2017-02-02 18:51:35 +00:00