We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 813a474 commit 084c5beCopy full SHA for 084c5be
1 file changed
src/destination/destinationHandlers/smtpHandler.ts
@@ -26,6 +26,7 @@ import {UsersRepository} from "../../repository/usersRepository";
26
import { SMTPConfigRepository } from '../../repository/smtpConfigRepository';
27
import { MustacheHelper } from '../../common/mustacheHelper';
28
import {CustomError} from "../../entities/events";
29
+import {EVENT_TYPE} from "../../common/types";
30
31
//https://github.com/notifme/notifme-sdk/blob/master/src/models/notification-request.js#L132
32
export class SMTPService implements Handler {
0 commit comments