bpo-32727: smtplib's SMTP.send_message behaves differently with from_addr and to_addrs by matrixise · Pull Request #5451 · python/cpython
…addr and to_addrs Avoid to set the SMTPUTF8 flag when the sender name contains a non-ascii character. Patch by Stéphane Wirtel
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
Jan 31, 2018…addr and to_addrs (pythonGH-5451) Do not pass the name field in the 'from' address in the SMTP envelope. (cherry picked from commit 8d83e4b) Co-authored-by: Stéphane Wirtel <stephane@wirtel.be>
bitdancer pushed a commit that referenced this pull request
Jan 31, 2018ned-deily pushed a commit to ned-deily/cpython that referenced this pull request
Jan 31, 2018…addr and to_addrs (python#5451) Do not pass the name field in the 'from' address in the SMTP envelope.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters