s0bigg Posted August 23, 2011 Share Posted August 23, 2011 I have a MySQL database that has a list of items which gets updated everyday. The database is truncated everyday and filled back with the recent posts. After it is filled out, I need an automatic system that will send out the emails to users who have provided certain keyword. I have a search query in place that will search through those posts, but I cannot figure out the email alert part. I just want to make something similar to a new job alert... What could be the potential tools that I can use to accomplish this? Currently all my website is in php. Thanks!! Link to comment https://forums.phpfreaks.com/topic/245493-automatic-email-alerts/ Share on other sites More sharing options...
JonnoTheDev Posted August 23, 2011 Share Posted August 23, 2011 php is all you need. have a look at the examples of the mail function and run some tests of your own on a test script. http://php.net/mail Link to comment https://forums.phpfreaks.com/topic/245493-automatic-email-alerts/#findComment-1260901 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.