NAME

RT-Extension-ReplyWithMail - [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

Add this line:

Plugin('RT::Extension::ReplyWithMail');
Clear your mason cache
rm -rf /opt/rt4/var/mason_data/obj
Restart your webserver

AUTHOR

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

All bugs should be reported via email to bug-RT-Extension-ReplyWithMail@rt.cpan.org or via the web at rt.cpan.org.

LICENSE AND COPYRIGHT

This software is Copyright (c) 2021 by Averkios

This is free software, licensed under:

The GNU General Public License, Version 2, June 1991