Reputation: 387
I am using gravity forms and contact form 7 and I dont know why but when I use my personal email with my domain, I dont get the mail. But when I change it to gmail account it magicly works.
Any ideas?
I have searched a bit and people said that they are having problems with gmail, so it have totaly confused me.
I have also tried to fix it using plugins but I am not sure about the configuration and the default didnt work.
I have also tried to getting around with code by commenting out, changing header..
require_once( ABSPATH . WPINC . '/registration-functions.php');" line...
require_once( ABSPATH . WPINC . '/pluggable-functions.php');
Upvotes: 1
Views: 4937
Reputation: 1
I believe problem is from the Host Server not allowing you to send email from external forms. You can confirm by filling the form and send it to same email as with your host domain.
Upvotes: 0
Reputation: 387
I just found that there is a conflict betweens our server and google apps, after totally turning off our mail server the issues were solved
Upvotes: 1
Reputation: 11
There is a great plugin called wp-mail-smtp that works really well in some of these situations. You can specify the outgoing email server, plus a username and password.
I've had to use in the pass mostly on Windows Server hosted websites.
Here's a link.
http://wordpress.org/extend/plugins/wp-mail-smtp/
Upvotes: 0
Reputation: 4399
Try sending mail though SMTP, I use this with Google Apps and it works nicely: http://wordpress.org/extend/plugins/configure-smtp/
Upvotes: 0