fix(core): update

This commit is contained in:
2020-08-12 14:13:20 +00:00
commit 67667ca862
14 changed files with 11645 additions and 0 deletions

13
ts/smartsmtp.plugins.ts Normal file
View 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
};