如何防止 Contact Form 7 发送电子邮件

How to prevent Contact Form 7 from sending emails

我正在使用联系表格 7 生成表格并处理表格提交。

我也在使用 Hubspot 集成来捕获表单提交数据,因此不需要从 Contact Form 7 发送任何电子邮件。

有什么方法可以禁用尝试发送的电子邮件吗?

如果您访问 contact form 7 网站:https://contactform7.com/additional-settings/,您会看到您可以拨打电话以停止发送电子邮件:

You can include additional settings to each contact form by adding code snippets in the specific format into the Additional Settings field in the contact form’s edit screen.

skip_mail: on

The skip_mail setting works in the almost same manner as the demo_mode, but the skip_mail skips the mail sending only. Unlike demo_mode, skip_mail doesn’t affect other activities like storing messages with Flamingo.

希望对您有所帮助。

demo_mode: on

如果您在其他设置字段中设置 demo_mode: on,联系表将处于演示模式。在此模式下,联系表单将跳过发送邮件的过程,仅显示“已成功完成”作为响应消息。