php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11963 while using mail function offline, windows does not pick up an internet request
Submitted: 2001-07-08 23:25 UTC Modified: 2001-07-08 23:35 UTC
From: knightemu at yahoo dot com Assigned:
Status: Not a bug Package: Mail related
PHP Version: 4.0.4pl1 OS: win98se
Private report: No CVE-ID: None
 [2001-07-08 23:25 UTC] knightemu at yahoo dot com
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("anyone@yahoo.com","Just some text","losts of good stuff","From: anyone@yahoo.com")) echo "your mail has been sent!";
else echo "your mail has not been sent!";
//end script

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-07-08 23:35 UTC] brianlmoon@php.net
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.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 02:01:30 2024 UTC