Skip to content

Commit

Permalink
chore: update default outgoing email address
Browse files Browse the repository at this point in the history
  • Loading branch information
EmiliaMakelaVincit committed Mar 5, 2024
1 parent daeb983 commit 58e8ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/benefit/helsinkibenefit/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
EMAIL_HOST_PASSWORD=(str, ""),
EMAIL_PORT=(int, 25),
EMAIL_TIMEOUT=(int, 15),
DEFAULT_FROM_EMAIL=(str, "Helsinki-lisä <helsinkilisa@hel.fi>"),
DEFAULT_FROM_EMAIL=(str, "Helsinki-lisä <noreply-helsinkilisa@hel.fi>"),
WKHTMLTOPDF_BIN=(str, "/usr/bin/wkhtmltopdf"),
DUMMY_COMPANY_FORM_CODE=(
int,
Expand Down

0 comments on commit 58e8ecb

Please sign in to comment.