Skip to content

Commit

Permalink
Oy2 28896 (#681)
Browse files Browse the repository at this point in the history
* added cpoc to ToAddresses for waiver/medecaid related email templates
* correct email templates toAddresses as per Email Notification Confluence
Co-authored-by: Andie Swift <[email protected]>
  • Loading branch information
anyoussefinia authored Jul 31, 2024
1 parent 8cb4618 commit 9325fe8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/services/email/libs/bundle-lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const getBundleFromEvent = (configKey, stage) => {
emailCommands: [
{
Template: `withdraw-package-waiver-cms_${stage}`,
ToAddresses: ["osgEmail", "cpoc", "srt"],
ToAddresses: ["osgEmail", "cpoc", "srt", "dmcoEmail"],
},
{
Template: `withdraw-package-waiver-state_${stage}`,
Expand Down Expand Up @@ -223,7 +223,7 @@ const getBundleFromEvent = (configKey, stage) => {
emailCommands: [
{
Template: `new-submission-chip-spa-cms_${stage}`,
ToAddresses: ["osgEmail", "chipInbox"],
ToAddresses: ["chipInbox"],
CcAddresses: ["chipCcList"],
},
{
Expand Down Expand Up @@ -254,7 +254,7 @@ const getBundleFromEvent = (configKey, stage) => {
emailCommands: [
{
Template: `respond-to-rai-chip-spa-cms_${stage}`,
ToAddresses: ["osgEmail", "chipInbox"],
ToAddresses: ["srt", "chipInbox", "cpoc"],
CcAddresses: ["chipCcList"],
},
{
Expand Down

0 comments on commit 9325fe8

Please sign in to comment.