diff --git a/services/app-api/email/CMSSubsequentSubmissionNotice.js b/services/app-api/email/CMSSubsequentSubmissionNotice.js
index 8743ab7b0..3b0ef2e82 100644
--- a/services/app-api/email/CMSSubsequentSubmissionNotice.js
+++ b/services/app-api/email/CMSSubsequentSubmissionNotice.js
@@ -52,8 +52,6 @@ export const CMSSubsequentSubmissionNotice = async (data, config) => {
its details by clicking on its ID number.
-
-
If the contents of this email seem suspicious, do not open them, and instead forward this email to SPAM@cms.hhs.gov.
Thank you!
`, }; diff --git a/services/app-api/email/stateSubsequentSubmissionReceipt.js b/services/app-api/email/stateSubsequentSubmissionReceipt.js index 163de810f..10e848d1c 100644 --- a/services/app-api/email/stateSubsequentSubmissionReceipt.js +++ b/services/app-api/email/stateSubsequentSubmissionReceipt.js @@ -25,7 +25,7 @@ export const stateSubsequentSubmissionReceipt = (data, config) => { config.typeLabel } ${data.componentId}: ${formatPackageDetails(data, config)} -If you have questions or did not expect this email, please contact SPA@CMS.HHS.gov.
+If you have any questions or did not expect this email, please contact your CPOC.
Thank you.
`, }; };