mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-21 09:52:06 +03:00
977298b6e1
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
4 lines
50 B
JavaScript
4 lines
50 B
JavaScript
module.exports = {
|
|
mega: require('./mega')
|
|
};
|