From aa6425ab541b00518222cf9807a1924df9abcc42 Mon Sep 17 00:00:00 2001 From: ChrisMcGowan Date: Wed, 24 Jul 2024 09:43:52 -0400 Subject: [PATCH] Updating SMTP sender --- bosh/manifest.yml | 2 +- ci/pipeline.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bosh/manifest.yml b/bosh/manifest.yml index 71a6839..f60c459 100644 --- a/bosh/manifest.yml +++ b/bosh/manifest.yml @@ -75,7 +75,7 @@ instance_groups: email_configs: - to: ((cg-email-address)) smtp: - from: no-reply@gsa.gov + from: cloud-gov-no-reply@gsa.gov smarthost: ((terraform_outputs.production_smtp_private_ip)):25 auth_username: ((smtp-username)) auth_password: ((smtp-password)) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index a1333e8..998710c 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -624,7 +624,7 @@ resources: username: ((smtp-username)) password: ((smtp-password)) ca_cert: ((smtp-certificate)) - from: no-reply@gsa.gov + from: cloud-gov-no-reply@gsa.gov to: - "cloud-gov-notifications@gsa.gov"