- Issue created by @yce
- @yce opened merge request.
- @yce opened merge request.
- πΈπͺSweden Jochen Wendebaum
Can a new release be created with this fix?
I am sending out to 2500 users, and cron would be very beneficial to avoid being marked as spam.
Executing mass-contact emails puts an item into the queue, but it never gets executed automatically by Drupal due to a missing key "cron" from the @QueueWorker annotation.
Executing the queues directly sends out the emails, but not with cron.
Add missing "cron" key for the "@QueueWorker" annotations.
Can a new release be created with this fix?
I am sending out to 2500 users, and cron would be very beneficial to avoid being marked as spam.