Phalcon\Mailer\Manager::registerTransportMail PHP Method

registerTransportMail() protected method

Create a new MailTransport instance.
See also: Swift_MailTransport
protected registerTransportMail ( ) : Swift_MailTransport
return Swift_MailTransport
    protected function registerTransportMail()
    {
        return $this->getDI()->get('\\Swift_MailTransport');
    }