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 dffca9e commit 8efade9Copy full SHA for 8efade9
Doc/includes/email-mime.py
@@ -14,7 +14,7 @@
14
# family = the list of all recipients' email addresses
15
msg['From'] = me
16
msg['To'] = ', '.join(family)
17
-msg.preamble = 'Our family reunion'
+msg.preamble = 'You will not see this in a MIME-aware mail reader.\n'
18
19
# Open the files in binary mode. Use imghdr to figure out the
20
# MIME subtype for each specific image.
0 commit comments