Re: [PHP-WIN] mail() function EXTREMELY slow

2002-03-06 Thread James Fullerton
: DL Neil [EMAIL PROTECTED] To: James F [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, March 06, 2002 4:08 AM Subject: Re: [PHP-WIN] mail() function EXTREMELY slow James, I personally found that messages were slow on my machine (going to an external mail server) and I discovered

Re: [PHP-WIN] mail() function EXTREMELY slow

2002-03-05 Thread James F
23:27 To: [EMAIL PROTECTED]; php-windows Subject: RE: [PHP-WIN] mail() function EXTREMELY slow Yeah, I know about the max time variable, but it would be unacceptable to take over a minute or two to send a handful of emails! I read an article that said you could use your ISP's SMTP server

RE: [PHP-WIN] mail() function EXTREMELY slow

2002-02-27 Thread Svensson, B.A.T. (HKG)
Developer [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] -Original Message- From: Ross Fleming [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 26, 2002 3:28 PM To: Matt Hillebrand; php-windows Subject: RE: [PHP-WIN] mail() function EXTREMELY slow I hope you're not spamming

RE: [PHP-WIN] mail() function EXTREMELY slow

2002-02-27 Thread Mike Eynon
// 831.588.2388 -Original Message- From: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 5:23 AM To: 'Matt Hillebrand' Cc: php-windows Subject: RE: [PHP-WIN] mail() function EXTREMELY slow Hand on your heart: Do you really believe that this is due

RE: [PHP-WIN] mail() function EXTREMELY slow

2002-02-27 Thread Svensson, B.A.T. (HKG)
To: Php-Windows-List; Svensson, B.A.T. (HKG) Subject: RE: [PHP-WIN] mail() function EXTREMELY slow I need to add my 2 cents worth here. I use php to send email and use my ISP's SMTP server to do it. And I still experience the slowness. The curious thing is that I don't experience this slowness with any

RE: [PHP-WIN] mail() function EXTREMELY slow

2002-02-27 Thread David M. Patterson at DPLH Enterprises
worth... Dave -Original Message- From: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 5:23 AM To: 'Matt Hillebrand' Cc: php-windows Subject: RE: [PHP-WIN] mail() function EXTREMELY slow Hand on your heart: Do you really believe that this is due

RE: [PHP-WIN] mail() function EXTREMELY slow

2002-02-27 Thread Matt Hillebrand
Message- From: David M. Patterson at DPLH Enterprises [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 8:09 AM To: Php-Windows-List; Svensson, B.A.T. (HKG) Subject: RE: [PHP-WIN] mail() function EXTREMELY slow I need to add my 2 cents worth here. I use php to send email and use my

RE: [PHP-WIN] mail() function EXTREMELY slow

2002-02-27 Thread Ross Fleming
Every heard of anything transferring smoothly in the world of IT?... ;) It should do though, but I guarantee you'll find something though! R Everything should transfer smoothly since I'm using Apache/MySQL/PHP, using $DOCUMENT_ROOT and forward slashes everywhere, right? -- PHP Windows

RE: [PHP-WIN] mail() function EXTREMELY slow

2002-02-26 Thread Ross Fleming
I hope you're not spamming... ;) In php.ini: max_execution_time=30 ; Maximum execution time of each script, in seconds Change it to what you need. The speed is pretty much dependent on your SMTP server though. Ross -Original Message- From: Matt Hillebrand [mailto:[EMAIL

RE: [PHP-WIN] mail() function EXTREMELY slow

2002-02-26 Thread Matt Hillebrand
PROTECTED] mailto:[EMAIL PROTECTED] -Original Message- From: Ross Fleming [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 26, 2002 3:28 PM To: Matt Hillebrand; php-windows Subject: RE: [PHP-WIN] mail() function EXTREMELY slow I hope you're not spamming... ;) In php.ini: max_execution_time

RE: [PHP-WIN] mail() function EXTREMELY slow

2002-02-26 Thread Ross Fleming
it to work -Original Message- From: Matt Hillebrand [mailto:[EMAIL PROTECTED]] Sent: 26 February 2002 23:27 To: [EMAIL PROTECTED]; php-windows Subject: RE: [PHP-WIN] mail() function EXTREMELY slow Yeah, I know about the max time variable, but it would be unacceptable to take over a minute