Skip to content

Commit

Permalink
remove invitation service activation chaser email
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakorthus committed Nov 11, 2024
1 parent eaedb2c commit f7d3807
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 223 deletions.
4 changes: 0 additions & 4 deletions src/handlers/notifications/invite/newUserInvitationV2.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ const process = async (config, logger, data) => {
template = 'invitation-chaser-email';
subject = `You must take action to keep accessing the ${serviceName}`;
}
if (data.isServiceActivationChaserEmail) {
template = 'invitation-serviceactivation-chaser-email';
subject = `You must take action to keep accessing the ${serviceName}`;
}
}
let bccEmail = '[email protected]';
if (process && process.env && process.env.INV_BCC_EMAIL) {
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit f7d3807

Please sign in to comment.