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!! Quote 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 Quote Link to comment https://forums.phpfreaks.com/topic/245493-automatic-email-alerts/#findComment-1260901 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.