Page 1 of 1

Auto reminder email in php

Posted: Wed Jan 24, 2007 6:31 am
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

Posted: Wed Jan 24, 2007 9:25 am
by feyd
Auto email? Can you explain what you're looking for in more detail?

Posted: Wed Jan 24, 2007 9:55 am
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.