1
Hey guys,
I've got this code
le="color: #000000"><?php $notification_handler->triggerEvent('global', 0, 'new_ads', $tags, $user_list);
It sends notifications to $user_list (complying with my criteria) subscribed to new_ads. The question is how do I
le="color: #000000"><?php echo
emails of the users who were sent it?
Thanks in advance