sls <s...@mailbox.org> added the comment:

Did you make a PR ? I didn't notice this issue and did a quick fix: 
https://github.com/python/cpython/pull/12104

I was hoping this or similar fixes would be implemented in 3.7.x

Anyways. I'd suggest to return both success and errors for each recipient. 
sendmail returns a dict already. Why not adding each status?

Maybe using something like "mta_result" as variable instead of senderrs, which 
is in my opinion more clear to understand. Also, this would have the advantage 
to parse the return value easily and you're able to access more verbose 
information like mta msg id and so on.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue29539>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to