Files
smartsmtp/ts/smartsmtp.plugins.ts
T

10 lines
184 B
TypeScript
Raw Normal View History

// @push.rocks scope
import * as smartmail from '@push.rocks/smartmail';
2020-08-12 14:13:20 +00:00
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 };