1
Hey guys,
I've got this code
$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
echo
emails of the users who were sent it?
Thanks in advance