The ability to send email to everyone that is selected from the Views list, needs the module "Views Mail" ( http://drupal.org/project/views_mail ). I have found that this module is available only for drupal 6.
I need this module for drupal 7.
I'm trying to ajaxify my links and i want a very specific behavior but i can't seem to figure out how to do it.
I want to make an ajax call based on an article url (i.e /blog/making-drupal-work-with-ajax-properly ) I want the ajax call to return an updated $page array so that so that i can refresh certain portions of the page with js. (i.e $page['content'] , $page['right-sidebar']).