Creating an email notification system based on polling database rows
- by Ashish Sharma
I have to design an email notification system based on the following requirements:
The email notifications would be created based on polling rows in a Mysql 5.5 DB table when they are in a particular 'Completed' state.
The email notification should be sent out in no more than 5 minutes from the time the row was created in the DB table (At the…