mirror of https://github.com/zulip/zulip.git
8f7733cb20
We've had a bug for a while that if any ScheduledEmail objects get created with the wrong email sender address, even after the sysadmin corrects the problem, they'll still get errors because of the objects stored with the wrong format. We solve this by using FromAddress placeholders strings in send_future_email function, so that ScheduledEmail objects end up setting the final `from_address` value when mail is actually sent using the setting in effect at that time. Fixes #11008. |
||
---|---|---|
.. | ||
__init__.py | ||
queue_processors.py |