/RT-Extension-SelectBoxForwardFrom

For Best Practical Request Tracker, add Select Box for Forward From Address

Primary LanguagePerlGNU General Public License v3.0GPL-3.0

NAME
    RT-Extension-SelectBoxForwardFrom - [One line description of module's
    purpose here]

DESCRIPTION
    [Why would someone install this extension? What does it do? What problem
    does it solve?]

RT VERSION
    Works with RT [What versions of RT is this known to work with?]

    [Make sure to use requires_rt and rt_too_new in Makefile.PL]

INSTALLATION
    perl Makefile.PL
    make
    make install
        May need root permissions

    Edit your /opt/rt4/etc/RT_SiteConfig.pm
        If you are using RT 4.2 or greater, add this line:

            Plugin('RT::Extension::SelectBoxForwardFrom');

        For RT 4.0, add this line:

            Set(@Plugins, qw(RT::Extension::SelectBoxForwardFrom));

        or add RT::Extension::SelectBoxForwardFrom to your existing @Plugins
        line.

    Clear your mason cache
            rm -rf /opt/rt4/var/mason_data/obj

    Restart your webserver

AUTHOR
    Best Practical Solutions, LLC <modules@bestpractical.com>

BUGS
    All bugs should be reported via email to

        L<bug-RT-Extension-SelectBoxForwardFrom@rt.cpan.org|mailto:bug-RT-Extension-SelectBoxForwardFrom@rt.cpan.org>

    or via the web at

        L<rt.cpan.org|http://rt.cpan.org/Public/Dist/Display.html?Name=RT-Extension-SelectBoxForwardFrom>.

LICENSE AND COPYRIGHT
    This software is Copyright (c) 2017 by Mark Hofstetter

    This is free software, licensed under:

      The GNU General Public License, Version 2, June 1991