联系表格7不会向我发送电子邮件

时间:2015-02-07 03:59:38

标签: wordpress forms wordpress-plugin contact-form-7

所以我正在尝试让我的联系人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>

这是我设置的电子邮件模板:

发件人:[您的姓名]&lt; [您的电子邮件]&gt; 主题:[你的主题]

讯息正文: [您的消息

- 此电子邮件是从Wavey Media Group(http://www.waveymediagroup.com

上的联系表单发送的

1 个答案:

答案 0 :(得分:1)

您可能必须在主题的header.php或wp-config.php文件中设置SMTP端口和主机