mirror of https://github.com/zulip/zulip.git
send_email: Remove confusing comment.
This commit is contained in:
parent
1a43ef40cf
commit
1215757217
|
@ -15,7 +15,6 @@ class FromAddress(object):
|
||||||
SUPPORT = parseaddr(settings.ZULIP_ADMINISTRATOR)[1]
|
SUPPORT = parseaddr(settings.ZULIP_ADMINISTRATOR)[1]
|
||||||
NOREPLY = parseaddr(settings.NOREPLY_EMAIL_ADDRESS)[1]
|
NOREPLY = parseaddr(settings.NOREPLY_EMAIL_ADDRESS)[1]
|
||||||
|
|
||||||
# Intended only for test code
|
|
||||||
def build_email(template_prefix, to_user_id=None, to_email=None, from_name=None,
|
def build_email(template_prefix, to_user_id=None, to_email=None, from_name=None,
|
||||||
from_address=None, reply_to_email=None, context=None):
|
from_address=None, reply_to_email=None, context=None):
|
||||||
# type: (str, Optional[int], Optional[Text], Optional[Text], Optional[Text], Optional[Text], Optional[Dict[str, Any]]) -> EmailMultiAlternatives
|
# type: (str, Optional[int], Optional[Text], Optional[Text], Optional[Text], Optional[Text], Optional[Dict[str, Any]]) -> EmailMultiAlternatives
|
||||||
|
|
Loading…
Reference in New Issue