bunglebrown
New Member
- Messages
- 157
- Reaction score
- 0
- Points
- 0
I have created a database which records user data (name & email). I want to delay an automated email to the user so I have been advised to use cron jobs (in cPanel). It needs to process a script but the script must specify that it can only send those emails three days after being inserted into the database. I already have a send time established in the database so I just need to check against that.
I know how to make a regular php script to send mail but am lost trying to retrieve the email address from the database to send to.
Anyone has any comments on this? thanks
I know how to make a regular php script to send mail but am lost trying to retrieve the email address from the database to send to.
Anyone has any comments on this? thanks