AutoMail is a Windows application that hosts a collection of triggers. A trigger contains a collection of rules. A trigger is associated with a table in a Microsoft SQL server or MySQL database. The rules in the trigger can be used to filter out a selection of rows from the table, send out emails for each selected row, and modify the contents of each selected row. A trigger can be executed manually, or at a scheduled interval. There are two main parts to AutoMail – The Administration Tool and the Windows Service. The Administration Tool provides the user interface to manage all aspects of AutoMail. The Windows Service executes configured AutoMail triggers at a specified interval.
|