Dominus Posted February 26, 2010 Share Posted February 26, 2010 Hello. I have a website with users database and I want every day at 9 a.m. to send e-mail messages to all users having birthday. I can write the script, but how can be it executed without running it by myself every time, I mean automatically - runs itself at a certain time. Link to comment https://forums.phpfreaks.com/topic/193458-automatic-e-mail-sending/ Share on other sites More sharing options...
trq Posted February 26, 2010 Share Posted February 26, 2010 You need to use your servers scheduler. On Linux its called Cron, Windows its called Task Scheduler. Nothing to do with php. Link to comment https://forums.phpfreaks.com/topic/193458-automatic-e-mail-sending/#findComment-1018470 Share on other sites More sharing options...
Dominus Posted February 26, 2010 Author Share Posted February 26, 2010 Got it, thanks. Now I should learn how to use that.. thing.. Link to comment https://forums.phpfreaks.com/topic/193458-automatic-e-mail-sending/#findComment-1018476 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.