Skip to content
Snippets Groups Projects
Commit 9b5e6378 authored by Sebastian Listl's avatar Sebastian Listl :speech_balloon:
Browse files

Merge branch 'm_bug_mail_doublesend' into '2021.1.1'

removed double mail.send

See merge request xrm/basic!1109
parents 92145b9e f3eb181b
No related branches found
No related tags found
No related merge requests found
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment