playaz Posted August 2, 2006 Share Posted August 2, 2006 Hi Guys,I have to develop a script that will send an email to particular customers in a database once a certain date has been passed, for instance to send an email every 2wks. I know this would need a script involving a cron job but i am new to this can someone put me in the right direction.Thanks Link to comment https://forums.phpfreaks.com/topic/16310-script-to-send-emails-every-night-using-some-kind-of-cron-job/ Share on other sites More sharing options...
hostfreak Posted August 2, 2006 Share Posted August 2, 2006 Well, you could make a page called sendemail.php then on that page have your email headers, what you want it to send etc, then run the sendemail.php with a cron job that has the settings you want (when you want it ran etc). Link to comment https://forums.phpfreaks.com/topic/16310-script-to-send-emails-every-night-using-some-kind-of-cron-job/#findComment-67754 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.