fix(core): update
This commit is contained in:
13
ts/smartsmtp.plugins.ts
Normal file
13
ts/smartsmtp.plugins.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
// @pushrocks scope
|
||||
import * as smartmail from '@pushrocks/smartmail';
|
||||
|
||||
export {
|
||||
smartmail
|
||||
};
|
||||
|
||||
// third party scope
|
||||
import * as nodemailer from 'nodemailer';
|
||||
|
||||
export {
|
||||
nodemailer
|
||||
};
|
||||
Reference in New Issue
Block a user