I have my transactional email system setup & by default people get emails as events happen:
class Comment after_create :email_original_poster def email
In case anyone wants more details on a great way to do this, there's a good overview here (second answer): Sending emails based on intervals using Ruby on Rails