Re: [PHP] Slow mail()

2006-05-02 Thread Tony Aldrich
Thanks for all. Hope host sysadmin will work on this. I wondered if it's my problem but on my testing environment it is relatively fast. Again, thanks.

Re: [PHP] Slow mail()

2006-05-02 Thread tedd
At 4:24 PM +0800 5/2/06, Tony Aldrich wrote: Hello! What are the reasons of slow mail() (about 30-40 seconds)? Thanks, Tony. Hmmm rain(), snow(), sleet()? tedd -- http://sperling.com -- PHP General Mailing List

Re: [PHP] Slow mail()

2006-05-02 Thread chris smith
On 5/2/06, Tony Aldrich <[EMAIL PROTECTED]> wrote: Hello! What are the reasons of slow mail() (about 30-40 seconds)? Yeh.. expanding on what the others said, you'll have to get your host/isp/sysadmin to help you with this one.. on a linux box, it should be pretty instant (uses a "socket" type

Re: [PHP] Slow mail()

2006-05-02 Thread Richard Lynch
On Tue, May 2, 2006 3:24 am, Tony Aldrich wrote: > What are the reasons of slow mail() (about 30-40 seconds)? Well, first it has to fire up sendmail... Then sendmail has to accept the email for delivery. But that should not be 30 seconds... 30 seconds sounds like a network domain-name lookup ti

Re: [PHP] Slow mail()

2006-05-02 Thread Chris
What are the reasons of slow mail() (about 30-40 seconds)? If it takes mail() that long to send the email, it's taking your mail server that long to accept the email. Check your mail server logs. -- Postgresql & php tutorials http://www.designmagick.com/ -- PHP General Mailing List (http:

Re: [PHP] Slow mail()

2006-05-02 Thread nicolas figaro
Tony Aldrich a écrit : Hello! What are the reasons of slow mail() (about 30-40 seconds)? Hi, many reasons, but nothing related to php IMHO. mail relay load, slow reverse dns interrogations for spam, etc. If your mail runs only on a local or corporate network, ask the mail admin, otherwise, yo

[PHP] Slow mail()

2006-05-02 Thread Tony Aldrich
Hello! What are the reasons of slow mail() (about 30-40 seconds)? Thanks, Tony.

Re: [PHP] slow mail()

2003-06-15 Thread Don Read
On 13-Jun-2003 Marko wrote: > Hi all, > > Sending multiple emails using PHP - as BCC or multiple mail() commands - > takes quite long; usually over 50 seconds for 10 addresses. > While sending these messages the browser won't show anything else but a > blank page, which is not a very exciting int

Re: [PHP] slow mail()

2003-06-13 Thread Miles Thompson
Are you sending these in a loop? Write out something as each mail is sent, the email address is useful, plus an OK or FAIL depending on what mail() returned. Also, don't enclose this in a table as on some browsers nothing will display until the closing table tag is received. You might also inv

[PHP] slow mail()

2003-06-13 Thread Marko
Hi all, Sending multiple emails using PHP - as BCC or multiple mail() commands - takes quite long; usually over 50 seconds for 10 addresses. While sending these messages the browser won't show anything else but a blank page, which is not a very exciting internetexperience for people using my maili