i'm using Wordpress contact form 7 to send emails to my account and it works fine

When i use myemail@hotmail.com, i can recieve emails from the Wordpress contact form ..

but once i change it to sales@domain.com i can't recieve anything ! i don't have any control over the Exchange Server .. they were using this email for many years ago.

Can Email server DNS interfer with Exchange server, or there is extra settings to be done with webmin

link|improve this question
Is the server's hostname configured to be domain.com instead of servername.domain.com? Do you have an entry for domain.com in the /etc/hosts file? Does the mail server's DNS name (the one in your domain's MX DNS entry) resolve to an address that the wordpress server can initiate an SMTP connection to? – Shane Madden Dec 29 '11 at 22:41
I don't know ! i guy did the setup as i was very busy working and he used SSH only while i asked for webmin .. i'll check this right now. ** i don't have any access to the domain panel, the domain owner didn't change the Exchange server or Email DNS settings ** – Boumaza Hamza Dec 29 '11 at 22:44
feedback

1 Answer

There are four basic possibilities. You can get many other possibilities but they are only variants of the four:

  1. Wordpress does not deliver mail to the next relay server
  2. The relay server does not deliver the mail to the recipient's mail server
  3. The recipient's server identifies the mail as Spam and does not deliver to the recipient
  4. The recipient's mail software identifies the mail as Spam or based to other metrics and moves/deletes the mail from the inbox.

See the logs to identify which of the four options apply.

link|improve this answer
Do you mean logs of my server ? – Boumaza Hamza Dec 29 '11 at 22:59
Of any related server. Even the recipient's. And the mail client logs (if any). – mailq Dec 29 '11 at 23:04
1  
@BoumazaHamza I do not think. I rely on facts. If you can't provide facts nobody can help you. – mailq Dec 29 '11 at 23:20
1  
@BoumazaHamza Then see my previous comment. Call for someone that can access it. I can't either. – mailq Dec 29 '11 at 23:37
1  
Then options 2, 3 or 4 apply. – mailq Dec 29 '11 at 23:47
show 3 more comments
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.