Auto reminder email in 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
Saravanan
Forum Newbie
Posts: 1
Joined: Wed Jan 24, 2007 6:10 am

Auto reminder email in php

Post by Saravanan »

Code: Select all

Hi all 

I need a sample code for sending auto email using php and mysql. or else give some idea regarding this topic

Thanks
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Auto email? Can you explain what you're looking for in more detail?
Li0rE
Forum Commoner
Posts: 41
Joined: Wed Jun 07, 2006 6:26 am

Post by Li0rE »

Not sure what you are talking about, but I am pretty sure you will need cron jobs.

What you can do is create a database that stores the emails and users to sen to and then a php script that is executed at whatever interval you set in the cron job to send the email.
Post Reply