Forum Moderators: open
The hard part is to build a system that checks for updated pages. Maybe it's easy to implement it as part of a content management system. For ordinary, static pages you'd need a script (PHP, Perl, ASP, Python) that checks all the HTML files every hour or so and compares their last modified date with the date previously stored in a database. If the file has been modified, send the emails.