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 8ca3570 commit 9c4ee75Copy full SHA for 9c4ee75
1 file changed
Doc/library/smtplib.rst
@@ -486,7 +486,7 @@ An :class:`SMTP` instance has the following methods:
486
those arguments with addresses extracted from the headers of *msg* as
487
specified in :rfc:`5322`\: *from_addr* is set to the :mailheader:`Sender`
488
field if it is present, and otherwise to the :mailheader:`From` field.
489
- *to_adresses* combines the values (if any) of the :mailheader:`To`,
+ *to_addrs* combines the values (if any) of the :mailheader:`To`,
490
:mailheader:`Cc`, and :mailheader:`Bcc` fields from *msg*. If exactly one
491
set of :mailheader:`Resent-*` headers appear in the message, the regular
492
headers are ignored and the :mailheader:`Resent-*` headers are used instead.
0 commit comments