Skip to content

Commit

Permalink
Merge branch 'main' into snyk-upgrade-ca00b27fa78603a5ce81d1ff931f4ec8
Browse files Browse the repository at this point in the history
  • Loading branch information
btylerburton authored Jan 7, 2025
2 parents bed57a4 + d903838 commit 3832948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion harvester/harvest.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ def send_notification_emails(self, results: dict) -> None:

msg = MIMEMultipart()
msg["From"] = SMTP_CONFIG["default_sender"]
msg["Reply-To"] = "no-reply@gsa.gov"
msg["Reply-To"] = "datagov-noreply@gsa.gov"
msg["Subject"] = subject
msg.attach(MIMEText(body, "plain"))

Expand Down

1 comment on commit 3832948

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests Skipped Failures Errors Time
2 0 💤 0 ❌ 0 🔥 8.059s ⏱️

Please sign in to comment.