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