Can you cancel a mass email job after the cron started? It appears deleting the cron job running itself could be the way, however I'm just not sure.
Cancel a scheduled mass email after it started
Collapse
X
-
You need to delete queue items. You can access the whole list by URL '#EmailQueueItem'. Then you can make a filtering, select all results and remove.
Or you can just remove mass email record, it should remove all queue items.Last edited by yuri; 05-01-2020, 06:25 AM.If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.
Comment