Page 1 of 1
how to send a mail autametically after some days using php
Posted: Fri Jan 01, 2010 4:38 am
by Godfray
how to send a mail autametically after some days using php coding
Re: how to send a mail autametically after some days using php
Posted: Fri Jan 01, 2010 8:19 am
by requinix
How about asking a question in detail instead of just repeating the thread title?
Re: how to send a mail autametically after some days using php
Posted: Fri Jan 01, 2010 10:54 am
by omniuni
Log in a database the moment you're measuring from. Run a chron job ever 6 hours, read the db, see if you need to send any mails, send them, mark them as sent in the db.