chomauk Posted December 23, 2003 Share Posted December 23, 2003 I am developing a Football Pool website which will allow users to decide if they want to be reminded to make their picks each week. I have given users the ability to save their emails in a table. Is there a way to automatically send an email from MySQL by time/date? Thanks Quote Link to comment Share on other sites More sharing options...
nabeel21 Posted December 23, 2003 Share Posted December 23, 2003 You will have to use Task Scheduler (windows) or cron jobs (Linux) to automatically run a PHP script that will check the time/data and will send out emails as necessary. --goodluck Quote Link to comment Share on other sites More sharing options...
chomauk Posted December 23, 2003 Author Share Posted December 23, 2003 Thanks Nabeel Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.