I want to implement a functionality where anonymous users can contact node authors. I have created a contact form with email field for each node. I would like to send an email verification link to the email address for email ownership confirmation. The form submit should be complete only when that happens.
What would be the best approach to handle this? There is a module in drupal 7 which could work but I didn’t come across anything for D8. Will appreciate any help with this.