Ghost/core/server/services/mega/index.js
Naz Gargol 977298b6e1 Added basic HTML template support to MEGA (#11336)
no issue

- Sends formatted email to members
- Added css inlining support for MEGA template
- Migrated MEGA service to use API serializers
- Service needs to be compliant with the API to be able to serve absolute URLs for resources like images
- Fixed send email check for previously sent mails
2019-11-04 17:53:42 +07:00

4 lines
50 B
JavaScript

module.exports = {
mega: require('./mega')
};