Using the link_no_scheme option will create links after the @ on email addresses. Example: `$linker = new Asika\Autolink\Autolink(['link_no_scheme' => 'https://']);` `echo $linker->convert(' ... test@my-domain.com.br ... ');` Output: test@<a href="https://https://my-domain.com.br">my-domain.com.br</a>