i wanna obfuscate an email address to prevent spam-bots from sniffing it on my contact page.
I tried to use html_email function in href but the email address remained unchanged.
E-mail: <a href="mailto:{{ html_email('example@mail.com')| raw }}">My email</a>
Anyone have any idea why the html_email function doesn't work. Maybe another solution to obfuscate a email address in october?
