mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
We used to use constructions like from_email = "Zulip <%s>" % (settings.NOREPLY_EMAIL_ADDRESS,) but no longer do. All references to settings.NOREPLY_EMAIL_ADDRESS in the codebase now do not append a display name.