44
Views
3
Comments
I want send email for every five days from the current date
Question
Application Type
Reactive

Hi everyone,

im new to this technology.im developing reactive web app.i have stuck at some point.

I want send an email for every five days from current date.

for ex:

if select 10-11-2022 an email should automatically send on 15-11-2022 with some message.

it will be great if u provide with OML.


Regards.



2022-08-03 04-32-50
Ravi Punjwani

Hi Salman,

Maintan a table which stores when the next email should be sent.

Create a timer and configure it to run once everyday. Inside the action of the timer, send Emails one by one looping through the records fetched from that table. Once an email is sent, change the date in your database and move on to next email.

I wish I could provide you an OML file. Users and forums can help you in technical queries and can guide you in the best possible manner. This helps you in your learning phase and overcome and technical difficulties you're facing. If a user would just create an OML for you, it might be quicker and less effort for you, but will take way longer to learn how things work and improve your personal skills.

This task is no big deal, I'm confident that you can make in a matter of few minutes, if we cover just the basics of your requirements.

2024-09-17 18-14-33
Miguel Defavari da Silva

Hello,

You can create a timer that verifies if any email should be sent on the current date, I'm sending a .oml file to ilustrate this.

I hope this helps you!

Best regards,

Miguel

EnableDisable (1).oml
2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

Hi Salman,

To read more on the topic of Timers, check the documentation.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.