I have impelemented send email via JavaMail on my app. But How to cancel sending email? The problem is that while sending large email the connection was closed and app is crashed. JavaMail cannot be close transport object.I'm sending msg like that:
Transport.send(msg);
Please advice me?