File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -667,20 +667,24 @@ msgid ""
667667"for each recipient that was refused. Each entry contains a tuple of the "
668668"SMTP error code and the accompanying error message sent by the server."
669669msgstr ""
670+ "如果邮件被至少一个接收方接受则此方法将正常返回。 在其他情况下它将引发异常。 也就是说,如果此方法没有引发异常,则应当会有人收到你的邮件。 "
671+ "如果此方法没有引发异常,它将返回一个字典,其中的条目对应每个拒绝的接收方。 每个条目均包含由服务器发送的 SMTP 错误代码和相应错误消息所组成的元组。"
670672
671673#: ../../library/smtplib.rst:457
672674msgid ""
673675"If ``SMTPUTF8`` is included in *mail_options*, and the server supports it, "
674676"*from_addr* and *to_addrs* may contain non-ASCII characters."
675677msgstr ""
678+ "如果 ``SMTPUTF8`` 包括在 *mail_options* 中,并且被服务器所支持,则 *from_addr* 和 *to_addrs* "
679+ "可能包含非 ASCII 字符。"
676680
677681#: ../../library/smtplib.rst:460
678682msgid "This method may raise the following exceptions:"
679- msgstr ""
683+ msgstr "此方法可能引发以下异常: "
680684
681685#: ../../library/smtplib.rst:466
682686msgid ":exc:`SMTPRecipientsRefused`"
683- msgstr ""
687+ msgstr ":exc:`SMTPRecipientsRefused` "
684688
685689#: ../../library/smtplib.rst:463
686690msgid ""
You can’t perform that action at this time.
0 commit comments