This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sls
Recipients sls
Date 2019-02-28.18:35:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551378943.89.0.92811496764.issue36148@roundup.psfhosted.org>
In-reply-to
Content
MTA status codes (visible via setdebuglevel(1)) are not accessible as the `sendmail`-method stores them only locally (code, resp).

I suggest to store the mta status codes, for instance: "250, b'2.0.0 Ok: queued as XYZ" etc. in an instance attribute (tuple) to access them on smtp-sessions. 

As an email developer those information are very important to me.
History
Date User Action Args
2019-02-28 18:35:43slssetrecipients: + sls
2019-02-28 18:35:43slssetmessageid: <1551378943.89.0.92811496764.issue36148@roundup.psfhosted.org>
2019-02-28 18:35:43slslinkissue36148 messages
2019-02-28 18:35:43slscreate