Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2b0e1d commit 02f1700Copy full SHA for 02f1700
1 file changed
library/smtplib.po
@@ -332,6 +332,9 @@ msgid ""
332
"Returns a 2-tuple of the response code and message sent by the server in its"
333
" connection response."
334
msgstr ""
335
+"连接到某个主机的某个端口。默认是连接到 localhost 的标准 SMTP 端口(25)上。如果主机名以冒号 (``':'``) "
336
+"结尾,后跟数字,则该后缀将被删除,且数字将视作要使用的端口号。如果在实例化时指定了 host,则构造函数会自动调用本方法。返回包含响应码和响应消息的 2"
337
+" 元组,它们由服务器在其连接响应中发送。"
338
339
#: ../../library/smtplib.rst:261
340
msgid ""
0 commit comments