Mail function only sends mail outside my domain

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
robeb
Forum Newbie
Posts: 1
Joined: Sat Dec 28, 2002 4:33 pm

Mail function only sends mail outside my domain

Post by robeb »

Hello everyone. I am having a problem sending mail to addresses on my domain. Using the mail( ) function I can send mail to any address other than on my domain. It seems that when I try to send mail to any address on my domain the code executes and then nothing happens.

Both my HTTP server and my SMTP server are on the same machine under on the same domain name. I am using Apache 1.3 with PHP 4.2 and Communigate Pro as my mail server.

Both my SMTP and HTTP logs show no activity and there are no PHP errors so this problem is kinda hard to troubleshoot. This may not even be a PHP problem, but I thought I try a post and see if anyone might have an though or two.
Post Reply