UNPKG

campaign

Version:

Compose responsive email templates easily, fill them with models, and send them out.

12 lines (8 loc) 254 B
'use strict'; var path = require('path'); var emailService = require('./src/emailService.js'); function api (options) { options.layout = options.layout || options.templateEngine.defaultLayout; return emailService(options); } module.exports = api;