views:

102

answers:

2

I am using Contact Form 7 with Wordpress, but I am experiencing an email compatibility issue.

I have the form setup to email to [email protected], domain.ca being the domain of the website hosting the site. The email address exists and works great, however the Contact Form keeps failing on send.

If I change the email address to any of my Gmail or other accounts, it works fine.

I am looking for ideas or suggestions as to how I might debug this. Is it because the site is hosted on a shared hosting server but the mail server is in-house at the physical location?

Any ideas would be great.

A: 

Might be php or smtp mail restrictions at your hosting service. Try http://wordpress.org/extend/plugins/wp-mail-smtp/

songdogtech
Trying this now. Thanks for the suggestion :)
gamerzfuse
+1  A: 

Ended up being an MX Entry problem with the shared host. I had to set the MX Entry to send mail to an external host instead of the internal mail servers (it didn't realize the mail server was external).

Problem solved and all is well.

gamerzfuse