How to Send Confirmation Emails to Users after Form Submission?
You need to take a look at the hooks of the Contact Form 7 plugin website. Browse the documentation for the actions you need. Have a look at this topic: how-to-hook-into-contact-form-7-before-send All you need to do is to add your link with the hash into the e-mail. In addition, also have a look at “wp_mail()“. … Read more