I want to be able to set a date, with a Date picker, and then on that date to send an email to the user (Already having your email at registration)
I should store that date on some server and when that time comes trigger an event. But I’ve read in some forums that in Php it can’'t be done. I would need to use something in some server that is verifying that date and when it arrives to it do what I need, which is to send an email.
I’m testing on a free server (000webhost) but I can’t find the solution.
In theory, the application reminds you of certain things. The idea is that if you uninstall the application, you will still receive reminders by email …
This is a site that offers an API for creating triggers. It’s external to your app, so it works even if you’ve uninstalled your app.
The operation is simple. You create an account. They give you some keys.
You can schedule a trigger to run a php file on a certain day at a certain time. Inside that php file (hosted in your server) you can put the code you need to generate what you want. In my case I used it to send an email. But you can do many more things.
You can also create that trigger by using only the API and sending the data by GET (or POST). In the documentation section they explain everything.
HI there is simple solution inbuilt in kodular that is firbase remote config firbase remote config will help you to setup your desired work on server side and best thing is that it also create caching so it can do offline also just explore it you will find solution