Message-subscribe-email uses message-subscribe module to email subscribers that want updates. Supposed to serve as an example for further modules.
- Every flag that is prefixed with "subscribe_" (a subscription flag) requires a flag that is prefixed with "email_" and the same suffix (e.g. "subscribe_node" and "email_node"). The flag should have at least one bundle associated with it.
- When the module is installed it will change the default view for each of the subscription views to ones that include emails.
- You can use message_subscribe_get_subscribers() to get the list of email subscribers.
- Use message_subscribe_send_message() to handle emailing the list of subscribers.