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::OneTimeTo - Adds a One-time To: box next to the One-time Cc/Bcc boxes

INSTALLATION

perl Makefile.PL
make
make install

This step may need root permissions.

Patch RT(For RT 4.4)

For RT 4.4.2+:

    patch -p1 -d /opt/rt4 < patches/Support-UpdateTo-in-preview-scrips.patch

For RT 4.4.0 and 4.4.1:

    patch -p1 -d /opt/rt4 -F3 < patches/Support-UpdateTo-in-preview-scrips.patch
Edit your /opt/rt4/etc/RT_SiteConfig.pm

Add this line:

    Plugin('RT::Extension::OneTimeTo');
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-OneTimeTo@rt.cpan.org|mailto:bug-RT-Extension-OneTimeTo@rt.cpan.org>

or via the web at

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

LICENSE AND COPYRIGHT

This software is Copyright (c) 2010-2018 by Best Practical Solutions

This is free software, licensed under:

  The GNU General Public License, Version 2, June 1991