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.
1 parent 80baf96 commit 89a2a41Copy full SHA for 89a2a41
config/default.js
@@ -256,6 +256,8 @@ module.exports = {
256
},
257
// the sender email
258
NOTIFICATION_SENDER_EMAIL: process.env.NOTIFICATION_SENDER_EMAIL || 'noreply@topcoder.com',
259
+ // the email notification sendgrid template id
260
+ NOTIFICATION_SENDGRID_TEMPLATE_ID: process.env.NOTIFICATION_SENDGRID_TEMPLATE_ID,
261
// the email notification sendgrid template id of candidate was viewed by client
262
NOTIFICATION_CLIENT_VIEWED_PROFILE_SENDGRID_TEMPLATE_ID: process.env.NOTIFICATION_CLIENT_VIEWED_PROFILE_SENDGRID_TEMPLATE_ID,
263
// the email notification sendgrid template id of candidates are available for review
0 commit comments