Nette\Mail\SmtpMailer::disconnect PHP Method

disconnect() protected method

Disconnects from SMTP server.
protected disconnect ( ) : void
return void
    protected function disconnect()
    {
        fclose($this->connection);
        $this->connection = NULL;
    }