mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 11:52:01 +00:00
email.py: Change recipients argument of send_future_email to to_email.
This commit is contained in:
@@ -166,7 +166,7 @@ class ConfirmationEmailWorker(QueueProcessingWorker):
|
||||
})
|
||||
send_future_email(
|
||||
"zerver/emails/invitation_reminder",
|
||||
[{'email': data["email"], 'name': ""}],
|
||||
data["email"],
|
||||
from_email=settings.ZULIP_ADMINISTRATOR,
|
||||
context=context,
|
||||
delay=datetime.timedelta(days=2),
|
||||
|
||||
Reference in New Issue
Block a user