Hello!

Is it possible to find out the name of the onreply_route that was set before?
Something like this:

t_on_reply("MANAGE_REPLY");
...
if ( t_is_set("onreply_route") ) {
get_onreply_route_name();
...
}

--

BR,
Denys Pozniak