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

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

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

Hope this helps!
Best regards,
Ricardo

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
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.

1 Like