Jump to content

[SOLVED] Linux fedora 4 - godaddy - mail only sends locally


jerel

Recommended Posts

Hello,

 

First i mention godaddy in hopes that one of you hosts with them and knows the answer to this problem, as everything worked before i moved servers.

 

My problem.

 

I have quite a few forms being emailed via php, via mail()... These all previously sent mail to whatever addresses i specified.

 

With the new godaddy server email produced via these forms wil ONLY be delivered to addresses that are local to that server.

 

Recap, all emails sent with outlook and webmail, go to thier recipients.

all mail sent via php only delivered locally.

 

i'm down about 300 dollars so far with external help with no result, I really need to get this fixed as to keep my job.

 

testing link

http://www.tellusmore.net/test

 

php info

http://www.tellusmore.net/php.php

 

please help

 

thanks

 

jerel >:(

Id say they block all outgoing smtp connections on port 25 in an effort to eliminate spam.

 

You need to look up another php mail script, which will let you send emails via an external smtp server. Pear might have a module for this.

 

Sample URL from google: http://www.thescripts.com/forum/thread10529.html

 

Ah ha. - a phpfreak tutorial -> http://www.phpfreaks.com/tutorials/130/7.php

 

There you go.

 

-steve

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.