if (!filter_var($this->transport, FILTER_VALIDATE_INT)) {
                $this->transport = Notifications::TRANSPORT_EMAIL;
            }