smartsmtp/ts/smartsmtp.plugins.ts
2020-08-12 14:13:20 +00:00

14 lines
186 B
TypeScript

// @pushrocks scope
import * as smartmail from '@pushrocks/smartmail';
export {
smartmail
};
// third party scope
import * as nodemailer from 'nodemailer';
export {
nodemailer
};