how to send a mail autametically after some days using php
Moderator: General Moderators
how to send a mail autametically after some days using php
how to send a mail autametically after some days using php coding
Re: how to send a mail autametically after some days using php
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
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.