config['email_enable'] && $this->user->data['user_email']; } /** * Parse the queue and notify the users */ public function notify() { return $this->notify_using_messenger(NOTIFY_EMAIL); } }