mirror of
https://github.com/zulip/zulip.git
synced 2025-11-12 18:06:44 +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).
|
mandrill account).
|
||||||
|
|
||||||
`email` is a string representing the recipient email
|
`email` is a string representing the recipient email
|
||||||
`from_email` is a string representing the zulip email account used
|
`from_email` is a string representing the email account used
|
||||||
to send the email (for example `support@zulip.com` or `signups@zulip.com`)
|
to send the email (E.g. support@example.com).
|
||||||
"""
|
"""
|
||||||
# SMTP mail delivery implementation
|
# SMTP mail delivery implementation
|
||||||
if not mail_client:
|
if not mail_client:
|
||||||
|
|||||||
Reference in New Issue
Block a user