# Send recuring emails on a specific day of the month. I.e. Every 15th day

**URL:** https://forum.mautic.org/t/send-recuring-emails-on-a-specific-day-of-the-month-i-e-every-15th-day/34005
**Category:** Product Support
**Tags:** mautic-4
**Created:** [October 31, 2024, 5:43pm UTC](https://forum.mautic.org/t/send-recuring-emails-on-a-specific-day-of-the-month-i-e-every-15th-day/34005 "2024-10-31T17:43:12Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![charlesbauer](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/charlesbauer/32/13005_2.png) [@charlesbauer](https://forum.mautic.org/u/charlesbauer)
#### Post date: [October 31, 2024, 5:43pm UTC](https://forum.mautic.org/t/send-recuring-emails-on-a-specific-day-of-the-month-i-e-every-15th-day/34005/1 "2024-10-31T17:43:12Z")

</div>

**Your software**  
My Mautic version is: v4.4.10  
My PHP version is: 7.4.3  
My Database type and version is: 10.3.34-MariaDB-0ubuntu0.20.04.1

**Your problem**  
My problem is:

I would like to send the same e-mail on a specific day of month. I.e: 15th.

Examples:  
yyyy-mm-dd  
2024-10-15  
2024-11-15  
2024-12-15  
…  
It would be nice on the Campaign constructor on send email action be possible to select a specif day of every month or something like that.

I searched on the forum but did not found any help.

Is there a trick to achieve that?

Regards,

Charles Bauer

---

<div class="post-metadata">

### Author: ![ricfreire](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/ricfreire/32/14973_2.png) [@ricfreire](https://forum.mautic.org/u/ricfreire)
#### Post date: [November 1, 2024, 1:06pm UTC](https://forum.mautic.org/t/send-recuring-emails-on-a-specific-day-of-the-month-i-e-every-15th-day/34005/2 "2024-11-01T13:06:20Z")

</div>

Hi @charlesbauer,

It’s not exactly what you asked for, but Dropsolid has an article that explains how to set up a birthday email. You might be able to adapt it to fit your needs, as the underlying logic is covered there. I used it myself last year, so it should be helpful.

[Article link here](https://dropsolid.io/knowledge-hub/how-create-personalized-birthday-email-mautic-4)

Hope this helps!  
Best regards,  
Ricardo

---

<div class="post-metadata">

### Author: ![charlesbauer](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/charlesbauer/32/13005_2.png) [@charlesbauer](https://forum.mautic.org/u/charlesbauer)
#### Post date: [November 1, 2024, 1:28pm UTC](https://forum.mautic.org/t/send-recuring-emails-on-a-specific-day-of-the-month-i-e-every-15th-day/34005/3 "2024-11-01T13:28:06Z")

</div>

Hello Ric,

I have seen this article and tested a lot but it does not achieve what I need because “birthday” evaluate just the year.  
I tried to change the source code to try to evaluate the day creating another term like “this day” but was not happy doing that. I changed the evaluation for birthday and worked. But I would like to keep birthday working too.

My friend Vinycius recommended this pluging that I am trying now: [Veja como enviar emails com hora relativa no mautic - Powertic](https://powertic.com/pt-br/emails-com-hora-relativa-no-mautic/)  
It creates an schedule feature like cron.

Seem to be working fine on minutes. I will try to achieve what I need and if works I come back here to keep all infomed.
