MagePal\GmailSmtpApp\Controller\Adminhtml\Test\Index::makeClickableLinks PHP Method

    public function makeClickableLinks($s)
    {
        return preg_replace('@(https?://([-\\w\\.]+[-\\w])+(:\\d+)?(/([\\w/_\\.#-]*(\\?\\S+)?[^\\.\\s])?)?)@', '<a href="$1" target="_blank">$1</a>', $s);
    }