airdee Posted August 13, 2007 Share Posted August 13, 2007 hi. Is there a way to send an email on future time? any helpful links or useful tutorials you can give will be appreciated. Thank you. Link to comment https://forums.phpfreaks.com/topic/64636-send-email-on-future-time/ Share on other sites More sharing options...
NArc0t1c Posted August 13, 2007 Share Posted August 13, 2007 Well, you could use MySQL/Flat File and Crontabs to do this. Just store a time when to send, and set a crontab to run a script every minute. If the time is right, send an email. Link to comment https://forums.phpfreaks.com/topic/64636-send-email-on-future-time/#findComment-322245 Share on other sites More sharing options...
chocopi Posted August 13, 2007 Share Posted August 13, 2007 Wouldnt that be very ineffective on a large database as it would check through every row every minute. Link to comment https://forums.phpfreaks.com/topic/64636-send-email-on-future-time/#findComment-322297 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.