ID: 11963
Updated by: brianlmoon
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Bogus
Bug Type: Mail related
Operating System: win98se
PHP Version: 4.0.4pl1
New Comment:

You are experiencing the lag of PHP trying to send mail through and SMTP server.  This 
is common on Windows systems where mail is relying on an external server.

Previous Comments:
------------------------------------------------------------------------

[2001-07-08 23:25:54] [EMAIL PROTECTED]

i am a basic user of php. i have done some programming (about 3 internt coding,2 in 
pascal and 1 in c++) while php is trying to send the mail, it makes ie stop responding 
to any internt connection.

i did a basic install, i have not changed anything in the php.ini file except for the 
mail smpt. i am running php off of apache and i have installed mysql. (i have not 
gotten as far as configuring it)

i am working off an dial up.

the script is easy

//stat script
if (mail("[EMAIL PROTECTED]","Just some text","losts of good stuff","From: 
[EMAIL PROTECTED]")) echo "your mail has been sent!";
else echo "your mail has not been sent!";
//end script

------------------------------------------------------------------------



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=11963&edit=1


-- 
PHP Development 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]

Reply via email to