# How prevent sending past-dated emails to late entries in a campaign?

**URL:** https://forum.mautic.org/t/how-prevent-sending-past-dated-emails-to-late-entries-in-a-campaign/38012
**Category:** General Discussion
**Created:** [March 27, 2026, 5:27pm UTC](https://forum.mautic.org/t/how-prevent-sending-past-dated-emails-to-late-entries-in-a-campaign/38012 "2026-03-27T17:27:26Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![sandrovenezuela](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/sandrovenezuela/32/9241_2.png) [@sandrovenezuela](https://forum.mautic.org/u/sandrovenezuela)
#### Post date: [March 27, 2026, 5:27pm UTC](https://forum.mautic.org/t/how-prevent-sending-past-dated-emails-to-late-entries-in-a-campaign/38012/1 "2026-03-27T17:27:26Z")

</div>

In Mautic 5 or 6, how do you prevent an email (with a past date) from being sent to new contacts who join a campaign?

In Mautic 4, this problem was easily solved by setting an unpublish date for the email, but this option no longer exists in versions 5 and 6.

---

<div class="post-metadata">

### Author: ![dband](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/dband/32/12768_2.png) [@dband](https://forum.mautic.org/u/dband)
#### Post date: [March 28, 2026, 4:57am UTC](https://forum.mautic.org/t/how-prevent-sending-past-dated-emails-to-late-entries-in-a-campaign/38012/2 "2026-03-28T04:57:03Z")

</div>

@sandrovenezuela was the function removed? I didn’t even notice.

Something else you can do is create a custom field called campaign-xy-entry with type date. In the campaign, as first action, you set your custom field to “now” without “”. Before sending the email you add a condition campaign-xy-entry is before [date-last-send] and route all following mails. This way you can skip whole blocks of emails. But the approach won’t work, if the contact is already inside the campaign.

---

<div class="post-metadata">

### Author: ![sandrovenezuela](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/sandrovenezuela/32/9241_2.png) [@sandrovenezuela](https://forum.mautic.org/u/sandrovenezuela)
#### Post date: [March 30, 2026, 1:11pm UTC](https://forum.mautic.org/t/how-prevent-sending-past-dated-emails-to-late-entries-in-a-campaign/38012/3 "2026-03-30T13:11:10Z")

</div>

There are a few ways to work around this problem. The one you described is one of them.

If the campaign is only used to send scheduled emails, it’s possible to change it to segment emails.

Even so, the best solution would be if Mautic resolved this, meaning that if a contact enters a campaign with scheduled emails, only future emails would be sent, not past emails.

Does anyone know if this problem persists in Mautic 7?
