Airborne3D Posted Thursday at 08:51 AM Share Posted Thursday at 08:51 AM Hello, I have been looking around for a solution for whmcs to send out emails on admin ticket replies to other admins then the responder. This have been posted on many threads but doesn't seems to be solved or explained. It seems that this can be done with the TicketAdminReply hook but i have no clue how to do this. Any sort of help is greatly appreciated. <?php add_hook('TicketAdminReply', 1, function($vars) { // Perform hook code here... }); 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.