We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f55b21 + 1d78212 commit 1fce5a2Copy full SHA for 1fce5a2
config/email_template.config.js
@@ -94,6 +94,8 @@ module.exports = {
94
* We won't pass subject & body but only substitutions (replacements in template subject/body).
95
*/
96
'interview-invitation': {
97
+ subject: '',
98
+ body: '',
99
from: config.INTERVIEW_INVITATION_SENDER_EMAIL,
100
cc: config.INTERVIEW_INVITATION_CC_LIST,
101
recipients: config.INTERVIEW_INVITATION_RECIPIENTS_LIST,
0 commit comments