0

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...

hakre
  • 193,403
  • 52
  • 435
  • 836
PHPArtist
  • 61
  • 1
  • 2
  • 10

1 Answers1

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