Skip to content

Commit

Permalink
Merge pull request #248 from cloud-gov/smtp
Browse files Browse the repository at this point in the history
Updating SMTP sender
  • Loading branch information
ChrisMcGowan authored Jul 24, 2024
2 parents d9e4435 + aa6425a commit c68b57b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bosh/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit c68b57b

Please sign in to comment.