We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d76321a + ce81c30 commit cebe972Copy full SHA for cebe972
1 file changed
emails/backend/smtp/client.py
@@ -27,7 +27,7 @@ def __init__(self, parent, **kwargs):
27
28
try:
29
self.initialize()
30
- except smtplib.SMTPAuthenticationError:
+ except Exception:
31
self.quit()
32
raise
33
0 commit comments