Turns out you can add the code to the link dialogue box in RW, you just have to edit it a bit.
If I use Joe’s tool here: https://docs.joeworkman.net/general/tips/email-obfuscation and put in info@example.com, I get this code:
<a href='mailto:i%6Ef%6F%40examp%6Ce.com'>info@example.com</a>
If I only take the first bit after a href='
and before the first closing tag: mailto:i%6Ef%6F%40examp%6Ce.com
it seems to work. I don’t know if this is useful to anyone but me but here we are.
2 Likes