Crunz\Mailer::getMailTrasport PHP Method

getMailTrasport() protected method

Get the Mail transport
protected getMailTrasport ( ) : Swift_SendmailTransport
return Swift_SendmailTransport
    protected function getMailTrasport()
    {
        return \Swift_MailTransport::newInstance();
    }