联系表格 7 不会通过电子邮件向我发送提交内容
Contact Form 7 Will Not Email Me Submissions
所以我正在尝试使我的 contact 7 表单正常运行,但出于某种原因,即使联系表单成功接受了提交,我也没有收到电子邮件。谁能告诉我我做错了什么?
这是表单的代码。
<section class="form-container">
<div class="row">
<div class="eight col center">
<div class="text-center">
<h3 class="h2">Get in touch with us, any time of the day!</h3>
<p>We're always on the hunt for new, creative projects. If you want to talk about the ideas for your business, or if you just want to visit us and say hello, don't hesitate to send us a message via the form below.</p>
</div>
<div class="form c-form">
<fieldset>
[text* your-name placeholder "Your Name"]
[email* your-email placeholder "Email"]
[text* text-909 4/ placeholder "3 + 1 ="]
[textarea your-message placeholder "Type your message here"]<div class="text-center">
[submit class:submit class:btn class:color value "Send Message"]
</div>
</fieldset>
</div>
</div>
</div>
</section>
这是我设置的电子邮件模板:
发件人:[你的名字] <[你的电子邮件]>
主题:[你的主题]
消息正文:
[您的留言]
--
这封电子邮件是从 Wavey Media Group (http://www.waveymediagroup.com)
上的联系表发送的
您可能必须在主题 header.php 或 wp-config.php 文件
中设置您的 SMTP 端口和主机
所以我正在尝试使我的 contact 7 表单正常运行,但出于某种原因,即使联系表单成功接受了提交,我也没有收到电子邮件。谁能告诉我我做错了什么?
这是表单的代码。
<section class="form-container">
<div class="row">
<div class="eight col center">
<div class="text-center">
<h3 class="h2">Get in touch with us, any time of the day!</h3>
<p>We're always on the hunt for new, creative projects. If you want to talk about the ideas for your business, or if you just want to visit us and say hello, don't hesitate to send us a message via the form below.</p>
</div>
<div class="form c-form">
<fieldset>
[text* your-name placeholder "Your Name"]
[email* your-email placeholder "Email"]
[text* text-909 4/ placeholder "3 + 1 ="]
[textarea your-message placeholder "Type your message here"]<div class="text-center">
[submit class:submit class:btn class:color value "Send Message"]
</div>
</fieldset>
</div>
</div>
</div>
</section>
这是我设置的电子邮件模板:
发件人:[你的名字] <[你的电子邮件]> 主题:[你的主题]
消息正文: [您的留言]
-- 这封电子邮件是从 Wavey Media Group (http://www.waveymediagroup.com)
上的联系表发送的您可能必须在主题 header.php 或 wp-config.php 文件
中设置您的 SMTP 端口和主机