Hi Guru, I need help, Can this be done using PHP or any script? or can you suggest something(script) or how i can do this. I need an auto emailing program or script in my site, that can email announcements to my users based on what they want to be sent with. The script or program should be able to check whether its time to send an email to the user, then get the information in the DB and send it to them... I want this process to be automatic, meaning everyday the program will check the users if it should email them based on how they setup the email reminder. Can this be done? if so how? Thank you very much!!!
you basically need an autoresponder which stores all you users name and email address and you can schedule the date you want to send those letters out. and I am NOT sure about your reminder or something.. what application you want to use with forums, blog etc?
thanks for the reply. I want to use it in my online business. I want the user to be able to subscribe to my email program however they should be able to tell me whether they want to be email ex. weekly, monthly, or exactly under what circumstance that they can define. I can script all of that, meaning i can get all those info and store it in my DB. can the auto responder be programed to check the users account and confirm when they need to be sent an email and also send them the info that the user defined in their account? ex. Im the user i want to know when any other users birthday is coming and send me the email 5 days in advance. The program should be able to send it to them 5 days in advance and all the names of other users that will be having their birthday... sorry for the long explanation.. is an autoresponder dev in PHP? how can it act automatically?