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.
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.
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
To read more on the topic of Timers, check the documentation.