I made a platform to remind me of some things I haven't done. I've stored this reminds into a database and now I want this PHP based Website to send me emails. I want to make tests to the database every morning and if I found records that are critical to send notifications to my email. How can I do this ? Thank you :)
Asked
Active
Viewed 48 times
-3
-
you need a cron job for this on server. – Muhammad Irfan Mayo Sep 20 '17 at 06:37
-
3Use google, this only shows you didn't even try. – S4NDM4N Sep 20 '17 at 06:37
-
I've searched and I didn't uderstand anything – Radu Ionuţ Sep 20 '17 at 06:37
-
@RaduIonuţ you should use a cron job to do this and you can specify a time to run this cron job https://www.a2hosting.com/kb/developer-corner/php/run-php-scripts-from-cron-jobs – mohamad mohamad Sep 20 '17 at 07:37
1 Answers
1
You have to implement cron job
for this. For more details about cron job visit following URL:- https://stackoverflow.com/a/30872993/2706551

Nikhil Pawar
- 181
- 3
- 15