mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
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
3 lines
50 B
JavaScript
3 lines
50 B
JavaScript
module.exports = {
|
|
mega: require('./mega')
|
|
};
|