2026-05-01 18:53:46 +00:00
|
|
|
// @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 };
|