Pagekit\Mail\Message::send PHP Method

send() public method

public send ( &$errors = null )
    public function send(&$errors = null)
    {
        return $this->mailer->send($this, $errors);
    }