Ghost/core/server/services/mega
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
..
index.js Extracted post email serializer from mega service 2019-11-05 12:15:50 +07:00
mega.js Added "emails" limit check when (re)sending a newsletter 2021-05-03 17:51:33 +04:00
post-email-serializer.js Bumped MEGA related serialization code to use v4 API 2021-03-02 14:31:01 +13:00
template.js Updated 'Powered by' badge ref to 4.0 repo 2021-03-10 16:02:00 +01:00