SMTP auth failed is unrecoverable

pull/178/head
M66B 5 years ago
parent d87120d848
commit 664945a5b0

@ -333,6 +333,7 @@ public class ServiceSend extends ServiceBase {
if (ex instanceof OutOfMemoryError || if (ex instanceof OutOfMemoryError ||
ex instanceof MessageRemovedException || ex instanceof MessageRemovedException ||
ex instanceof FileNotFoundException || ex instanceof FileNotFoundException ||
ex instanceof AuthenticationFailedException ||
ex instanceof SendFailedException || ex instanceof SendFailedException ||
ex instanceof IllegalArgumentException) { ex instanceof IllegalArgumentException) {
Log.w("Unrecoverable"); Log.w("Unrecoverable");

Loading…
Cancel
Save