Worked for me after installing
WP-Mail-SMTP Plugin and configuring SMTP settings in it, also did a small code change in Contact Form 7
You’ll need to the contact-form-7/includes/classes.php file and in the compose_and_send_mail() function you’ll need to change
$headers = “From: $sender\n”;
to
$headers = “From $sender\n”;
Solution given by: ss1289
For wordpress 3.5 and contact form 7 Version 3.3.2
Yes it worked………… hurray.
Thank you for this solution! It’s ok now 😉
I also have the problem that emails don’t arrive.
Funny thing is that when i use my email adress the mails always arrive. When i use the client’s email adress it never arrives. I have access to his mail and it’s not in the spam folder as well.
I can’t use the solution above because i have many many sites with contact form 7. Also when you update the plugin you have to change the code again.
Anybody an idea what is wrong here?
I have a similar problem. When I use my business email address, I don’t receive the email. If I use my personal hotmail email address, I receive the emails.
How can I fix this so it accepts my business email?