Reputation: 11
I am trying to develop a PHP script to follow up my clients. All follow up details and next follow up details will be saved in a mysql table. Is there any way that i can get an automatic email to remind me the follow up details on the date when it is scheduled.
Can it be done via cron job? or any other script? Please suggest me
Upvotes: 0
Views: 616
Reputation: 481
You can do it using cronjob. If your working in localhost create task . Task which act as cronjob in localhost .
Upvotes: 1