fix(core): update
This commit is contained in:
13
ts/email/email.classes.templatemanager.ts
Normal file
13
ts/email/email.classes.templatemanager.ts
Normal file
@ -0,0 +1,13 @@
|
||||
import * as plugins from './email.plugins.js';
|
||||
|
||||
export class TemplateManager {
|
||||
public smartmailDefault = new plugins.smartmail.Smartmail({
|
||||
body: `
|
||||
|
||||
`,
|
||||
from: `noreply@mail.lossless.com`,
|
||||
subject: `{{subject}}`,
|
||||
});
|
||||
|
||||
public createSmartmailFromData(tempalteTypeArg: plugins.lointEmail.TTemplates) {}
|
||||
}
|
Reference in New Issue
Block a user