findBy(['sendmail' => 1]); $return = []; foreach($users as $user) { $return[] = $user->getEmail(); } return $return; } }