]> granicus.if.org Git - python/commit
bpo-32727: smtplib's SMTP.send_message behaves differently with from_addr and to_addr...
authorStéphane Wirtel <stephane@wirtel.be>
Wed, 31 Jan 2018 00:02:51 +0000 (01:02 +0100)
committerR. David Murray <rdmurray@bitdance.com>
Wed, 31 Jan 2018 00:02:51 +0000 (19:02 -0500)
commit8d83e4ba7823827bcbc119db887004d5c3a63dc6
tree91da858d47025edb701f9d165cfbf6383f984788
parent1e17d4aaff5c7ca972bab437949d2bb51c5b30f7
bpo-32727: smtplib's SMTP.send_message behaves differently with from_addr and to_addrs (#5451)

Do not pass the name field in the 'from' address in the SMTP envelope.
Lib/smtplib.py
Lib/test/test_smtplib.py
Misc/NEWS.d/next/Library/2018-01-30-17-46-18.bpo-32727.aHVsRC.rst [new file with mode: 0644]