Below is the strategy to implement this type of process:
- Create a stored procedures to scan the data.
- In this stored procedure, it contains the business logic about what data will meet the requirement and then generate the reminder record.
- The reminder record will be saved into tb_mail (this table stores the email to be pickup by a C# program).
- Develop a program in the C# application which will send all the emails in tb_mail table.
For those alert requires immediate attention, you may send the reminder or alert through SMS (short messaging).
No comments:
Post a Comment