PHP/OSX and form to Email issue

soachs

Registered
PHP to send form data is a no brainer but this issue has me scratching my head. On my Linux (Mandrake) box form email via PHP takes about a second to process then returns a thank you page. On OSX, the EXACT same php files take as long as 20-30 seconds. It does finally complete and send the data, and present the thank you page but it takes much longer.

I thought it might be that php was not using sendmail so I changd MAILSERVER=-NO- to MAILSERVER=-YES- in the etc/hostconfig file. No success.

Anyone have this problem, fix this problem, have any ideas?

TIA
 
That's a rather interesting problem...
I'll have to run some tests tonight when I get home and I'll let you know if I'm having the same problem.
 
Back
Top