Custom Email Templates #45

Open
leah wants to merge 9 commits from feature/custom-email-template into main
Showing only changes of commit edaf9170dd - Show all commits

View file

@ -99,6 +99,7 @@ export const paramDef = {
deeplIsPro: { type: 'boolean' }, deeplIsPro: { type: 'boolean' },
enableEmail: { type: 'boolean' }, enableEmail: { type: 'boolean' },
email: { type: 'string', nullable: true }, email: { type: 'string', nullable: true },
emailTemplate: { type: 'string', nullable: true },
smtpSecure: { type: 'boolean' }, smtpSecure: { type: 'boolean' },
smtpHost: { type: 'string', nullable: true }, smtpHost: { type: 'string', nullable: true },
smtpPort: { type: 'integer', nullable: true }, smtpPort: { type: 'integer', nullable: true },