Skip to content

Commit

Permalink
mail-from: use eventyay
Browse files Browse the repository at this point in the history
  • Loading branch information
norbusan committed Feb 14, 2024
1 parent 1c16f89 commit 031a576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pretalx/common/mail.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def mail_send_task(
sender = formataddr((str(event.name), sender or settings.MAIL_FROM))

else:
sender = formataddr(("pretalx", settings.MAIL_FROM))
sender = formataddr(("eventyay", settings.MAIL_FROM))
backend = get_connection(fail_silently=False)

email = EmailMultiAlternatives(
Expand Down

0 comments on commit 031a576

Please sign in to comment.