smartsmtp/ts/smartsmtp.plugins.ts

14 lines
186 B
TypeScript
Raw Normal View History

2020-08-12 14:13:20 +00:00
// @pushrocks scope
import * as smartmail from '@pushrocks/smartmail';
export {
smartmail
};
// third party scope
import * as nodemailer from 'nodemailer';
export {
nodemailer
};