Can't send emails from Contact Form

Permalink
Hi,

I know there's a lot of discussions about this problem.
Here's what is happening to me

* I complete contact form and a message shows successful "Thanks".
* I see at the "Form Results" , the information of the "sent" e-mail.
* I cannot see any records on Logs

e-mail doesn't arrive to inbox

I've tried either PHP Email and External SMTP method.
On External, I've tried with gmail and my own SMTP server.
I've tried creating a single page with php code sending an email using

<?php
$res = mail('mymail@hotmail.com','test','test message');
echo var_dump($res);

... and it does well! mails are being received.

Any help will be appreciated.

(version 5.6.0.1)
Hosted on Bluehost, Mail Server either.

eduardostrater
 
dsutton replied on at Permalink Reply
dsutton
Got the same thing happing to me. Am I missing something is the setup?
plasmarepairs replied on at Permalink Reply
Hi, we had a similiar problem with our site, it turned out to be to do with our hosting not being able to send an email to the same domain.
if you enter another domain email it should all work. we used a gmail account as a work around then set up as an extra account in outlook.

Rob