Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SMTP transport masks errors from Message #48

Open
agronholm opened this issue Oct 4, 2012 · 0 comments
Open

SMTP transport masks errors from Message #48

agronholm opened this issue Oct 4, 2012 · 0 comments
Labels
1.bug An error has been encountered that is preventing utilization. transport:smtp

Comments

@agronholm
Copy link

The SMTP transport can report a successful sending of a Message even though an exception is raised in send_with_smtp(). This is because of the finally: block in deliver() which may raise a TransportExhaustedException.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.bug An error has been encountered that is preventing utilization. transport:smtp
Projects
None yet
Development

No branches or pull requests

1 participant