The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.

    http://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::GroupBraodcast/) );

SUPPORT

Please report any bugs at either: http://search.cpan.org/dist/RT-Extension-GroupBroadcast/ https://github.com/coffeemonster/rt-extension-groupbroadcast

LICENSE AND COPYRIGHT

Copyright 2012 Alister West, <alister at alisterwest.com>

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.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).