I’m running EE 5.3.2.
The Contact form on the front-end of the site shows the email sent successfully message, but the email never sends.
Sending email from the CP works.
On Godaddy shared linux hosting, using PHP Mail.
{exp:email:contact_form user_recipients="no" recipients="************@gmail.com" charset="utf-8" return=""}
<h3>Contact Us</h3>
<form>
<input type="text" placeholder="Your Name" name="name">
<input type="email" placeholder="Your Email" id="from" name="from" value="">
<textarea id="contact_message" name="message" rows="4" placeholder="Your Message"></textarea>
<input name="submit" type="submit" value="Submit">
</form>
{/exp:email:contact_form}
I see you’re sending to to gmail – did you test a non-gmail recipient? I had a similar problem and was able to send email successfully to non-gmails, but not to gmail. I suspect the reason to be (but haven’t tested it yet) that my From email address didn’t match the domain name of the site.
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.