Re: [PHP-WIN] mail on windows

2001-08-22 Thread Angie Tollerson
Would you mind posting your question again? I don't have an record of what it was. Thanks Angie >>> "P.Agenbag" <[EMAIL PROTECTED]> 08/22/01 03:23PM >>> Is there no one here who can help me with the mail problem experienced on Win2k server? I posted a question a couple of days ago, but no-one r

Re: [PHP-WIN] mail() on Windows 2000

2001-06-25 Thread Ruslan Ohitin
Hello Matt, Nac> I am using the mail function and everything seems to be working correctly as far as the mail Nac> being sent of; however, I always get the following error: Nac> Fatal error: Maximum execution time of 30 seconds exceeded in ... Your script run more then 30 seconds. This is maxim

Re: [PHP-WIN] mail() on Windows 2000

2001-06-25 Thread Michael Kelley
You can change your php.ini file to increase the timeout length ... Best to track down WHY it's taking so long In that respect i have NO idea. The easy fix is the ini file change [EMAIL PROTECTED] wrote: > I am using the mail function and everything seems to be working correctly as far as