2
All right, folks, I’m new here and I have a very peculiar question. I am developing a system (Codeigniter + Mysql) that records some events and should send an email at a predefined date, around eight or nine months ahead. How I can schedule the sending of this email so that when this date comes the email is sent without user intervention?
Celson, welcome to Stack Overflow. You can use cron Jobs for this. We already have several questions here related to this, this one for example.
– gmsantos