Wordpress Contact Form 7 发送消息时出错

Wordpress ContactForm 7 Error Sending message

我在我的 wordpress 上安装了插件 contactform 7。每次我尝试发送消息时出现错误:

There was an error trying to send your message. Please try again later.

会出现。

我检查了所有设置,卸载并重新安装插件,但总是出现同样的问题。

我的表格:

<label> Your Name (required)
    [text* your-name] </label>

<label> Your Email (required)
    [email* your-email] </label>

<label> Subject
    [text your-subject] </label>

<label> Your Message
    [textarea your-message] </label>

[submit "Send"]

我的邮件选项:

To: info@mycompany.com
From: [your-name] <info@mycompany.com>
Subject: Company "[your-subject]"
Additional Headers: Reply-To: [your-email]
Message body: From: [your-name] <[your-email]>
Subject: [your-subject]

Message Body:
[your-message]

-- 
This e-mail was sent from a contact form on Company (https://company.com)

我在文档文件中没有找到这个问题的任何答案

发送邮件模板需要安装smtp插件。 WordPress 中有许多 smtp 插件可用于电子邮件设置。 你也可以使用下面的插件,它会为你工作。 https://wordpress.org/plugins/wp-mail-smtp/