saish Posted May 8, 2006 Share Posted May 8, 2006 hi , i have a page which collects the the time in minutes , an email id ,a message box and a responce time which also collects the time in miutes. i need a code which can send the emails to that email id for each time interval upto the responce time. for example if the user enters 10 min's and gave a email id [email protected] and 2 hours in responce time .then code should be able to send the email message entered in the message box for every 10 mins to that emaild ID upto 2 hours. it's very urgent.Help me ASAP Thanks in Advance Regards Saish. Link to comment https://forums.phpfreaks.com/topic/9307-sending-email/ Share on other sites More sharing options...
ober Posted May 8, 2006 Share Posted May 8, 2006 Here's an idea... you PM me with a reason why this isn't a spam mechanism and I'll re-open it and try to answer the question. Link to comment https://forums.phpfreaks.com/topic/9307-sending-email/#findComment-34280 Share on other sites More sharing options...
ober Posted May 9, 2006 Share Posted May 9, 2006 In response to a PM, I will agree that this is not spam. The only way I can see this even being possible is through some back-end application that has the ability to create cron jobs or scheduled tasks. PHP has no mechanism that I'm aware of that will create a time-based event like this. Link to comment https://forums.phpfreaks.com/topic/9307-sending-email/#findComment-34563 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.