Common\Mailer\TransportFactory::getMailTransport PHP Method

getMailTransport() private static method

Create a new PHP Mailer Transport instance.
private static getMailTransport ( ) : Swift_MailTransport
return Swift_MailTransport
    private static function getMailTransport()
    {
        return \Swift_MailTransport::newInstance();
    }