I have written a mail function in codeigniter (PHP) to send mail to users. Now I want to send a reminder mail 5 days before their expire date. If anybody have any idea please post here...
Asked
Active
Viewed 2,377 times
1 Answers
2
Create a cron job (or scheduled task if you use Windows) to run your script and run it every day / hour (or any other timeframe that suits your needs).
There are plenty of tutorials on google how to setup cron job, check this out for example

matino
- 17,199
- 8
- 49
- 58