bpo-36261: Improve example of the preamble field in email docs (GH-14751)
This commit is contained in:
parent
dffca9e925
commit
8efade91b1
@ -14,7 +14,7 @@ msg['Subject'] = 'Our family reunion'
|
|||||||
# family = the list of all recipients' email addresses
|
# family = the list of all recipients' email addresses
|
||||||
msg['From'] = me
|
msg['From'] = me
|
||||||
msg['To'] = ', '.join(family)
|
msg['To'] = ', '.join(family)
|
||||||
msg.preamble = 'Our family reunion'
|
msg.preamble = 'You will not see this in a MIME-aware mail reader.\n'
|
||||||
|
|
||||||
# Open the files in binary mode. Use imghdr to figure out the
|
# Open the files in binary mode. Use imghdr to figure out the
|
||||||
# MIME subtype for each specific image.
|
# MIME subtype for each specific image.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user