php page load

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Anant
Forum Commoner
Posts: 66
Joined: Wed Jul 14, 2010 11:46 am

php page load

Post by Anant »

Hi Devs,

Bit weird problem....

Our registration process works fine for rest of the world - but within our office it takes ages to load - specially the page where it sends mail to the user about confirmation or for activation.

I have no clue whatsoever - why would that work for outside our network perfectly fine but not in ours...may be some network setting..

Any ideas devs ?
User avatar
Eran
DevNet Master
Posts: 3549
Joined: Fri Jan 18, 2008 12:36 am
Location: Israel, ME

Re: php page load

Post by Eran »

Is it possible you are registering with Email addresses that have the same domain as the site?
Anant
Forum Commoner
Posts: 66
Joined: Wed Jul 14, 2010 11:46 am

Re: php page load

Post by Anant »

no tried with same as well as different - hotmail, gmail, rediff - but it takes 5-10 mins to send mail and go to next page. And this absolutely works fine outside network.
Post Reply