Skip to content

Commit

Permalink
Update SMTP email Header from field from [email protected] to …
Browse files Browse the repository at this point in the history
  • Loading branch information
felder101 committed Jan 17, 2025
1 parent 571fdbd commit 6566f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion training/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class Settings(BaseSettings):
SMTP_STARTTLS: bool | None = None
SMTP_SSL_TLS: bool | None = None

EMAIL_FROM: EmailStr = "smartpay-noreply@gsa.gov"
EMAIL_FROM: EmailStr = "smartpay_do_not_reply@gsa.gov"
EMAIL_FROM_NAME: str = "GSA SmartPay"
EMAIL_SUBJECT: str = "GSA SmartPay Training"

Expand Down

0 comments on commit 6566f96

Please sign in to comment.