smartsmtp/ts/smartsmtp.plugins.ts
2020-08-12 15:09:41 +00:00

10 lines
182 B
TypeScript

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