From f3eb181b01961ce73fd0f422e9beeb54b301c8fc Mon Sep 17 00:00:00 2001 From: "m.groppe" <m.groppe@adito.de> Date: Mon, 5 Jul 2021 13:20:08 +0200 Subject: [PATCH] removed double mail.send --- process/Bulkmail_lib/process.js | 1 - 1 file changed, 1 deletion(-) diff --git a/process/Bulkmail_lib/process.js b/process/Bulkmail_lib/process.js index 8ee731de4c..d6ecc5e3d9 100644 --- a/process/Bulkmail_lib/process.js +++ b/process/Bulkmail_lib/process.js @@ -204,7 +204,6 @@ BulkMailUtils.sendBulkMail = function (pBulkMailId, pIsTestRun) recipientStatus = bouncedStatus || $KeywordRegistry.bulkMailRecipientStatus$failed(); } -email.send(sendUserTitle); } //set the recipient status to 'sent' or 'failed' -- GitLab