From b8c1d3f1229c60e7ccb2229e578c6146c2fd7634 Mon Sep 17 00:00:00 2001 From: Carl Bordum Hansen Date: Sun, 14 Jul 2019 09:46:19 +0200 Subject: [PATCH] bpo-36261: Improve example of the preamble field in email docs (GH-14751) (cherry picked from commit 8efade91b12a13102a09a3856179021e579da5e9) Co-authored-by: Carl Bordum Hansen --- Doc/includes/email-mime.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/includes/email-mime.py b/Doc/includes/email-mime.py index c610242f11f843..6af2be0b08a48d 100644 --- a/Doc/includes/email-mime.py +++ b/Doc/includes/email-mime.py @@ -14,7 +14,7 @@ # family = the list of all recipients' email addresses msg['From'] = me 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 # MIME subtype for each specific image.