Looks like the notifications are being send,to confirm the same could you please run the below query under Reports \ New Query Report and attach the results:
select n.NOTIFICATIONTITLE"Notification Title",au.first_name"Receipient Name",n.notificationtype"Type" from notification n left join aaauser au on au.user_id=n.recipientid left join notify_workorder nw on nw.notificationid=n.notificationid where nw.workorderid=23;
Maljeev
SDP Support - FAQ
ServiceDesk Plus - Help Desk Software of your Choice
select n.NOTIFICATIONTITLE"Notification Title",au.first_name"Receipient Name",n.notificationtype"Type" from notification n left join aaauser au on au.user_id=n.recipientid left join notify_workorder nw on nw.notificationid=n.notificationid where nw.workorderid=23;
Maljeev
SDP Support - FAQ
ServiceDesk Plus - Help Desk Software of your Choice