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. Quote 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. Quote 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. Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.