Ghost/core
Naz bc15f8c1bb Added "emails" limit check when (re)sending a newsletter
refs https://github.com/TryGhost/Team/issues/588

- This check allows for a on/off switch to be set up on the instance and control limits around sending emails
- An example configuration for such check would look like following in config's hostSettings section, e.g.:
```
"emails": {
    "disabled": true,
    "error": "Email sending has been temporarily disabled whilst your account is under review."
}
```
2021-05-03 17:51:33 +04:00
..
client@5fb87eb632 Updated Ghost-Admin to v4.3.3 2021-04-29 12:12:55 +01:00
frontend Moved theme service to core/server 2021-04-27 15:14:49 +01:00
server Added "emails" limit check when (re)sending a newsletter 2021-05-03 17:51:33 +04:00
shared Fixed invite only handling in Portal 2021-04-27 23:16:12 +05:30
app.js Added Sentry to new boot process 2021-02-19 09:20:41 +00:00
boot.js Moved theme service to core/server 2021-04-27 15:14:49 +01:00
bridge.js Moved activate from themes to the bridge 2021-04-27 13:52:19 +01:00