Using q_post event I want to send email notification to all user for new question post. Is this function qa_send_notification($userid, $email, $handle, $subject, $body, $subs) is appropriate to use? and how can I send to all users using this function or any other appropriate function available?