interface SMTPNotificationRuleBase {
    bodyTemplate?: string;
    subjectTemplate: string;
    to: string;
    type: "smtp";
}

Properties

bodyTemplate?: string
subjectTemplate: string
to: string
type: "smtp"
MMNEPVFCICPMFPCPTTAAATR