Skip to content

Commit 8efade9

Browse files
carlbordumzooba
authored andcommitted
bpo-36261: Improve example of the preamble field in email docs (GH-14751)
1 parent dffca9e commit 8efade9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/includes/email-mime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# family = the list of all recipients' email addresses
1515
msg['From'] = me
1616
msg['To'] = ', '.join(family)
17-
msg.preamble = 'Our family reunion'
17+
msg.preamble = 'You will not see this in a MIME-aware mail reader.\n'
1818

1919
# Open the files in binary mode. Use imghdr to figure out the
2020
# MIME subtype for each specific image.

0 commit comments

Comments
 (0)