FSN#50327 Als e-mail niet verstuurd kan worden (naar de interne SMTP server, schijf vol bijvoorbeeld) dit wel behandelen als fout die later opnieuw geprobeerd moet worden

svn path=/Website/branches/v2017.2/; revision=35912
This commit is contained in:
Jos Groot Lipman
2017-11-07 08:49:34 +00:00
parent 29496d7514
commit 45a0f81368

View File

@@ -471,6 +471,7 @@ function sendMail( p_mailfrom
catch (e)
{
Log2File(1, "E-mail sending failed: " + e.description);
throw e; // Throw again
}
Log2File(2, "Sent.");
}