Custom Email Templates #45
1 changed files with 1 additions and 0 deletions
|
@ -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 },
|
||||||
|
|
Loading…
Reference in a new issue