How Notify admins
Posted: Mon Mar 04, 2019 9:10 am
How Notify admins (user with all privileges) that a note has been added from assigned staff
I find php code in admin_ticket.php
/* Send email to staff */
hesk_mail($owner['email'], $subject, $message);
}
But I can send this to admin (user with all privileges)
How do it? Thank
I find php code in admin_ticket.php
/* Send email to staff */
hesk_mail($owner['email'], $subject, $message);
}
But I can send this to admin (user with all privileges)
How do it? Thank