0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/server/services/mail/index.js
2017-12-14 03:01:23 +01:00

2 lines
84 B
JavaScript

exports.GhostMailer = require('./GhostMailer');
exports.utils = require('./utils');