Reputation: 129
I installed the plugin contactform 7 on my wordpress. Everytime I try to send the message the error :
There was an error trying to send your message. Please try again later.
will appear.
I checked all my settings, desinstall and reinstall the plugin but always the same problem.
My form:
<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"]
My mail option:
To: [email protected]
From: [your-name] <[email protected]>
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)
I did not find any answer to this problem in the docs file
Upvotes: 0
Views: 2296
Reputation: 9401
You need to install smtp plugin to send email template. There are many smtp plugins are available email setting in WordPress. You can also use below plugin, It will work for you. https://wordpress.org/plugins/wp-mail-smtp/
Upvotes: 1