feat(templates): add support for HTML templates
This commit is contained in:
committed by
Linus Rath
parent
0b62afb0f8
commit
0a30b2fb3a
@@ -3,6 +3,7 @@ export interface EmailTemplate {
|
||||
name: string;
|
||||
subject: string;
|
||||
body: string;
|
||||
isHTML?: boolean;
|
||||
category: string;
|
||||
defaultRecipients?: {
|
||||
to?: string[];
|
||||
|
||||
Reference in New Issue
Block a user