I have a plugin I am writing that I want to interact with Contact Form 7. In my plugin I added the following action add_action
add_action(\"wpcf7_before_send
You can turn Demo Mode on in additional settings and this will prevent emails from being sent. See below from the CF7 Docs.
If you set
demo_mode: onin the Additional Settings field, the contact form will be in the demo mode. In this mode, the contact form will skip the process of sending mail and just display “completed successfully” as a response message.