bounced

A library to determine info on bounced email messages


License
MIT
Install
pip install bounced==0.3.0

Documentation

bounced

A library to determine info on bounced email messages.

Why another one?

With flufl.bounce one only gets a list of email addresses without any further info. The API of bounce_email isn't Pythonic and inefficient for several use cases, like when you already have email message objects.

References

http://www.serversmtp.com/en/smtp-error

Changelog

0.3.0 - 2024-03-08

  • Fix for empty Status header. [fschulze]

0.2.0 - 2018-03-31

  • Support local recipient kind. [fschulze]
  • Support longer status codes like 5.1.10. [fschulze]

0.1.0 - 2018-03-30

  • Initial release. [fschulze]