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 dgoldenberg123
Recipients dgoldenberg123, docs@python
Date 2021-01-07.19:28:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1610047730.69.0.693075661816.issue42859@roundup.psfhosted.org>
In-reply-to
Content
Is there a reliable way to certify (ensure, track) the delivery of an email message when using smtplib?

For example:
Disposition-Notification-To message header which enables the e-mail reader of the recipient to send confirmation e-mail when the recipient opens the message for the first time. That e-mail reader program must support this functionality.

Return-Receipt-To message header which enables the e-mail server of the recipient to send confirmation e-mail when the original e-mail gets received by that server. However, most newer e-mail servers do not support Return-Receipt-To header.

Are these message headers at all reliable?

The request is to enhance the documentation to provide an example of how to track a message delivery. Conversely, if it's plain not possible, the request is to state that explicitly in the docs.
History
Date User Action Args
2021-01-07 19:28:50dgoldenberg123setrecipients: + dgoldenberg123, docs@python
2021-01-07 19:28:50dgoldenberg123setmessageid: <1610047730.69.0.693075661816.issue42859@roundup.psfhosted.org>
2021-01-07 19:28:50dgoldenberg123linkissue42859 messages
2021-01-07 19:28:50dgoldenberg123create