[3.6] bpo-32727: smtplib's SMTP.send_message behaves differently with from_addr and to_addrs (GH-5451) by miss-islington · Pull Request #5455 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@miss-islington

Copy link Copy Markdown

Contributor

@miss-islington miss-islington commented

Jan 31, 2018

edited by bedevere-bot

Loading

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

https://bugs.python.org/issue32727

…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>

@miss-islington

Copy link Copy Markdown

Contributor Author

@matrixise and @bitdancer: Backport status check is done, and it's a success ✅ .

@matrixise

Copy link Copy Markdown

Member

Why this backport is not automatically merged? is there a manual operation to do ?

@bitdancer bitdancer merged commit 85a92d0 into python:3.6

Jan 31, 2018

@bedevere-bot

Copy link Copy Markdown

@bitdancer: Please replace # with GH- in the commit message next time. Thanks!

@miss-islington

Copy link Copy Markdown

Contributor Author

Thanks, @bitdancer!

@miss-islington miss-islington deleted the backport-8d83e4b-3.6 branch

January 31, 2018 20:54

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

5 participants

@miss-islington @matrixise @bedevere-bot @bitdancer @the-knights-who-say-ni