This module sends E-mail notifications to watchers for events that
take place on watched objects. The messages themselves are generated
similar to print_message/2 using the grammars
- mail_notify:event_subject//1
- Define the subject of the message
- mail_notify:event_message//1
- Define the body of the message
- To be done
- - Eventually, this should also be used to provide an RSS feed from
the side.
- notify(+Object, +Term)
- Notify watching users by mail of the event on Object, described
by Term.
- msg_user(+UUID)// is det
- Plain-text reference to a user with hyperlink.