# Message Threshold - Rescheduled Emails (Keen to push rescheduled emails now)

**URL:** https://forum.mautic.org/t/message-threshold-rescheduled-emails-keen-to-push-rescheduled-emails-now/19201
**Category:** Product Support
**Created:** [April 27, 2021, 1:35am UTC](https://forum.mautic.org/t/message-threshold-rescheduled-emails-keen-to-push-rescheduled-emails-now/19201 "2021-04-27T01:35:18Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![tornmarketing](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/tornmarketing/32/11603_2.png) [@tornmarketing](https://forum.mautic.org/u/tornmarketing)
#### Post date: [April 27, 2021, 1:35am UTC](https://forum.mautic.org/t/message-threshold-rescheduled-emails-keen-to-push-rescheduled-emails-now/19201/1 "2021-04-27T01:35:18Z")

</div>

**Your software**  
My Mautic version is: 3.2  
My PHP version is: 7.4  
My Database type and version is: mysql

**Your problem**  
My problem is:

Message Threshold - Rescheduled Emails

We set the message threshold to 2 messages per day in config earlier in the week after a huge headache with SMS sending duplicates from campaigns.

Come this week I had 2 email campaigns that needed to go out (Retail and Wholesale lists), we had some cross pollination across the 2 lists.

Again, confused with the message thresholds as we have 20 contacts that were on both lists that were throttled with the 2nd email being delay/rescheduled to tomorrow (24hrs).

What is the method of getting these emails to be sent today?  
I can only see “Cancel” against the contact

Possible to just change the scheduled date in the database?

Just a matter of updating “scheduled\_date” in the message\_queue table?  
Then reping `php bin/console mautic:messages:send`

---

<div class="post-metadata">

### Author: ![tornmarketing](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/tornmarketing/32/11603_2.png) [@tornmarketing](https://forum.mautic.org/u/tornmarketing)
#### Post date: [April 27, 2021, 4:03am UTC](https://forum.mautic.org/t/message-threshold-rescheduled-emails-keen-to-push-rescheduled-emails-now/19201/2 "2021-04-27T04:03:03Z")

</div>

updating “scheduled\_date” in the message\_queue table worked

Then reping `php bin/console mautic:messages:send` sent them out
