NAME
    RT::Extension::GroupBroadcast - send email to groups
SYNOPSIS
    Broadcast Messages via Email to existing RT groups. This RT extension
    enables the sending of bulk email to a predefined RT group.
        https://rt.example.com/Admin/GroupBroadcast.html
INSTALL
        perl Makefile.PL
        make
        make install
        # Enable this plugin in your RT_SiteConfig.pm:
        Set(@Plugins, (qw/RT::Extension::GroupBroadcast/) );
SUPPORT
    Please report any bugs at either:
    
    
LICENSE AND COPYRIGHT
    Copyright 2012 Alister West, ""
    This program is free software; you can redistribute it and/or modify it
    under the terms of either: the GNU General Public License as published
    by the Free Software Foundation; or the Artistic License.
    See http://dev.perl.org/licenses/ for more information.
CHANGES
    0.1.3 2012-10-10 - Fixed typo in install instructions
    0.1.2 2012-08-24 - Moved repo to github. - Updated docs. - Enable
    PodToReadme
    0.1.1 2012-08-23 - Mason template to send email to groups (alister).