Template for Add Last Reply To Mail

Hello everybody,

There is the template which makes the last comment by mail (AddLastCommentToMail) and this works fine.

https://rt-wiki.bestpractical.com/wiki/AddLastCommentToMail

Is there also a template with which one send the last reply by mail?

Thanks
Dieter

just replace

$Transactions->Limit( FIELD => ‘Type’, VALUE => ‘Comment’ );

with

$Transactions->Limit( FIELD => ‘Type’, VALUE => ‘Correspond’ );

Thanks for the answer this works.:slight_smile: