i want a feature in my site where in the members of my site could be notified through email about the latest happenings in my site..how is it done?thanks,,
You can save the emails in your database, I'm sure you are doing it, then you can use the can create a script to send the emails, you can use the mail php function, search send mail php example in google, there are many examples and this is really easy. I was working on it for long time, only I'm having a problem, that Yahoo is getting the emails in the bulk directory, I'm trying to solve it.. Best, Jakomo
Check out the official documentation for the mail function at http://www.php.net/mail There are lots of samples to achieve what you want there.