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 711cad7 commit ca0383dCopy full SHA for ca0383d
1 file changed
Doc/lib/email.tex
@@ -481,8 +481,8 @@ \subsection{Examples}
481
# Create the enclosing (outer) message
482
outer = MIMEBase('multipart', 'mixed')
483
outer['Subject'] = 'Contents of directory %s' % os.path.abspath(dir)
484
- outer['To'] = sender
485
- outer['From'] = COMMASPACE.join(recips)
+ outer['To'] = COMMASPACE.join(recips)
+ outer['From'] = sender
486
outer.preamble = 'You will not see this in a MIME-aware mail reader.\n'
487
# To guarantee the message ends with a newline
488
outer.epilogue = ''
0 commit comments