“Error trying to send your message”. Tried everything
-
I am trying to use a basic contact form but always get the error “There was an error trying to send your message. Please try again later”. Which is apparently “Sender’s message failed to send”. I have postman SMTP set-up (And sending test emails fine) and my contact form looks like this:
From: My Name <[email protected]>
Subject: [your-subject]Message Body:
[your-message]—
This e-mail was sent from a contact form on my website (websiteurl.com)And my form itself looks like this:
<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”]I have also tried disabling all of my plugins but still nothing. And trying the WP SuperCache plugin that I saw on a blog post.
I can’t seem to find why it wouldn’t send the email.
Any help would be amazing thanks!
- The topic ‘“Error trying to send your message”. Tried everything’ is closed to new replies.