Actually I was posting a suggestion based on Gabriel’s post, there’s a dropdown <select> of recipients, the thread was about how to mask these email addresses. As the <select> list of recipients will be outside the expressionengine tag which would encrypt the email, it was a suggestion of working around it.
One thought - if exp✉️contact_form can have multiple recipients, you could access them via JavaScript, populate the Select list based on the EE Form fields and therefore encrypting all your recipients emails…?
Edit:
Regarding using a select, I don’t know without trying if just maintaining the ID or Name tags will work for the “to”, or that EE specifically requires an input field. Either way, on the form submit, you could copy the select value into a hidden field before the form is submitted to EE.