mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
Add a exception for disconnected server
This commit is contained in:
parent
d18a35c449
commit
32a85dc172
@ -215,3 +215,6 @@ Content-Type: text/plain; charset=UTF-8
|
||||
'[Enter] to retry. Press [Ctrl-C] to abort now.')
|
||||
else:
|
||||
return
|
||||
except smtplib.SMTPServerDisconnected:
|
||||
Logger.error('Server disconnected while sending the mail.')
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user