Trying to brainstorm a site structure and design, and one of the key features will be email notifications to user subscribed to a taxonomy term. They can be subscribed to none or multiple terms.
The best working example of the model I want is Groupon. You go to the site, register, and subscribe to a city. A city in this case would be the taxonomy term.
Now with Notifications and Messaging, this is possible. However, it looks like only one "sending type" is available per subscription, so someone can get a notification either by email, or text message, or twitter posting. Is it possible for them to select all of them for a single subscription?
Also, is it possible to fine tune and customize HTML templates for the email messages with Messaging when using the Simple? I can use Mime Mail through Messaging directly and create customized templates, but it seems more streamlined to use Simple Mail with Messaging (Drupal Mail API), which can then be configured to use Mime Mail. This also has the benefit of being able to use the SMTP module. But then is it possible to create customized templates.
And that's not all. We also need access to the same subscribers to send specific email bursts out, a la Simplenews. Each taxonomy should be their own list. It would be unintuitive to get them to subscribe to two separate things.