It sounds like maybe you are trying to send too many emails -- The PHP
mail() function just isn't cut out for mass email.
Look at using Manuel Lemos' mail class or some other code that talks direct
to port 80.
--
Visit the Zend Store at http://www.zend.com/store/
Wanna help me out? Like Music? Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm
----- Original Message -----
From: "seojuyung" <[EMAIL PROTECTED]>
Newsgroups: php.general
Sent: Saturday, March 10, 2001 9:39 AM
Subject: [PHP] Send Mail Problem
Hello
I'm PHPer in Korea.
Now I have a problem with mail function.
I used it many times and it worked very well.
But it has a problem today !
When I use mail() function in a PHP web page, it took too many times to show
that web page like sleep.
Mail function returns some values so I guess it worked well.
But mail transfer was not done !
So I tried to restart Sendmail, Apache but it didn't make any differences .
Oops!
What I have to do to solve this problem ?
It's a strange problem.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]