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.
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
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
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
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:
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
Hello!
What are the reasons of slow mail() (about 30-40 seconds)?
Thanks,
Tony.
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
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
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
10 matches
Mail list logo