Fix Bug when trying to send a mail after the SMTPMailSender threw an exception
authorschlimpf <github.com@schlipf.it>
Fri, 13 Dec 2013 09:01:15 +0000 (10:01 +0100)
committerschlimpf <github.com@schlipf.it>
Fri, 13 Dec 2013 09:01:15 +0000 (10:01 +0100)
commit5e43e307b221cb253c59698fb64956d14a185db3
tree21d7a6de9ebd21c9c7761b30a6ec6356fd88b26b
parent1f21a86b29c6b69cd041e57194d63f948c3e6c6d
Fix Bug when trying to send a mail after the SMTPMailSender threw an exception

Added a abort() function to cancel the current process.
In case the SMTPMailSender throws an exception which is catched by another script, no further mails could be sent because the last command was not aborted.
It may be a good idea to use a different exception type than "SystemException"
wcfsetup/install/files/lib/system/mail/SMTPMailSender.class.php