how to send a mail autametically after some days using php

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Godfray
Forum Newbie
Posts: 3
Joined: Fri Jan 01, 2010 4:33 am

how to send a mail autametically after some days using php

Post by Godfray »

how to send a mail autametically after some days using php coding
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: how to send a mail autametically after some days using php

Post by requinix »

How about asking a question in detail instead of just repeating the thread title?
User avatar
omniuni
Forum Regular
Posts: 738
Joined: Tue Jul 15, 2008 10:50 pm
Location: Carolina, USA

Re: how to send a mail autametically after some days using php

Post 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.
Post Reply