alej469 Posted May 15, 2007 Share Posted May 15, 2007 Is there a function in php or a way that I can send emails to my websites subscribers at a certain time once each day? I'm trying to create a 'subscribe to updates' feature, but updates are automatic so I need the emails to be automatic too. I've searched through all the functions of php for something which might help, but havn't found anything... Thanks for any help... Link to comment https://forums.phpfreaks.com/topic/51551-php-scheduled-emails/ Share on other sites More sharing options...
ldoozer Posted May 15, 2007 Share Posted May 15, 2007 Im trying to create something that runs a script once a day too. Im noobie too but I have been looking in to using something called cron or crontab , which is something that my hosting provides which allows you to specify a script to run automatically daily / weekly / monthly etc. Apparently is a common feature on hosting platforms. Hope this helps Link to comment https://forums.phpfreaks.com/topic/51551-php-scheduled-emails/#findComment-253866 Share on other sites More sharing options...
alej469 Posted May 15, 2007 Author Share Posted May 15, 2007 I'm not sure my hosting provider offers that feature. I was hoping to find a php solution, mabey just a function or simple script which i could customize... Cheers for the help though buddy Link to comment https://forums.phpfreaks.com/topic/51551-php-scheduled-emails/#findComment-253868 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.