Send Email with external script

Hello,

I have created an external script that uses:

use base qw(RT);
use RT::Interface::CLI qw(CleanEnv GetCurrentUser GetMessageContent loc);

Is there any way to send an email using RT::Action::SendEmail ?

Thank you so much!
Serialnet SL

use base qw(RT);
use RT::Interface::CLI qw(CleanEnv GetCurrentUser GetMessageContent loc);

Is there any way to send an email using RT::Action::SendEmail ?

Have a look at how rt-crontool works. You’ll need a bunch of
infrastructure

-kevin