mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 17:36:27 +00:00
notifications: Remove support@zulip.com comment in docstring.
This commit is contained in:
@@ -333,8 +333,8 @@ def clear_followup_emails_queue(email, mail_client=None):
|
||||
mandrill account).
|
||||
|
||||
`email` is a string representing the recipient email
|
||||
`from_email` is a string representing the zulip email account used
|
||||
to send the email (for example `support@zulip.com` or `signups@zulip.com`)
|
||||
`from_email` is a string representing the email account used
|
||||
to send the email (E.g. support@example.com).
|
||||
"""
|
||||
# SMTP mail delivery implementation
|
||||
if not mail_client:
|
||||
|
||||
Reference in New Issue
Block a user