I am looking for a solution that would automatically generate a random email alias on form submission, so that I would be replying to [email protected] and they'd receive it on their [email protected], without me ever seeing their real email address.
This should be a solution that works fully on client side (without need to install browser plugins or perform any action), maybe hits 3rd party API or mail server, and their address is impossible to retrieve on my side.
Thank you for any advice!