smartsmtp/ts/smartsmtp.plugins.ts

10 lines
182 B
TypeScript
Raw Normal View History

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