Quantcast
Channel: smtp – WordPress.org Forums
Viewing all articles
Browse latest Browse all 2272

SMTP Working, but CF7 won’t send email form

$
0
0

(Please note this is a duplicate post as I was advised to create a new ticket for the exact same problem someone else already had)

The form was working perfectly up until roughly a week or so ago.

Border colour orange.

I have tried disabling WP Mail SMTP, still doesn’t work. I have tried removing Google Captcha, I have tried removing Contact Form 7 Honeypot, I have tried reverting the contact form to original settings. I have tried disabling and re-enabling Contact form 7, and I have informed my web hosting which they have replied:

“I’d like to inform you here, if the issue was at server end then emails will not send from the WP Mail SMTP plugin and both yourself and our team have checked this as well, test emails are receiving fine through WP Mail SMTP. Also you can send emails from the php mail script as well, which is mentioned below:

<?php
$to = “email@domain.com”;
$subject = “Testing”;
$txt = “Hello world!”;
mail($to,$subject,$txt,’From: email@domain.com ‘,’-f email@domain.com ‘);
?>

The above script will also confirm your emails are working fine from server and the above script does not use the Contact Form 7 plugin. So the problem lies purely with the Contact Form 7 plugin. I would suggest contact the plugin author about this issue.”

So just to confirm again,
I already eliminated that this is not a server side problem, and both myself and the user @mxsp93 (who has the same problem) have clarified that there is no problem sending emails from the WP Mail SMTP (Or by php mail script). Newly registered users on our website sends out an email, which we receive successfully. So there is no problem at all with the actual sending of emails. Which results in it being a Contact Form 7 plugin issue.

Please can you advise.


Viewing all articles
Browse latest Browse all 2272

Trending Articles