Skip to content

Commit 1d78212

Browse files
committed
Bug Fix - email template for interveiw scheduler
1 parent 813935b commit 1d78212

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/email_template.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ module.exports = {
9494
* We won't pass subject & body but only substitutions (replacements in template subject/body).
9595
*/
9696
'interview-invitation': {
97+
subject: '',
98+
body: '',
9799
from: config.INTERVIEW_INVITATION_SENDER_EMAIL,
98100
cc: config.INTERVIEW_INVITATION_CC_LIST,
99101
recipients: config.INTERVIEW_INVITATION_RECIPIENTS_LIST,

0 commit comments

Comments
 (0)