php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2048 Mail() Takes a long time
Submitted: 1999-08-13 12:10 UTC Modified: 2000-05-21 18:33 UTC
From: willh at activemind dot net Assigned:
Status: Closed Package: Performance problem
PHP Version: 3.0 Latest CVS (13/08/1999) OS: MacOs X
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: willh at activemind dot net
New email:
PHP Version: OS:

 

 [1999-08-13 12:10 UTC] willh at activemind dot net
When ever I use the mail() function the php script takes forever.

I am using MacOS X which might be the root of the problem.


Compiled with MySQL support as a DSO.

Thanks 
Will

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-05-21 18:33 UTC] jim at cvs dot php dot net
you may have PHP configured to call sendmail in such
a way that it waits for the mail to be delivered before
returning. read up on sendmail's command-line arguments
and change the sendmail_path ini setting as appropriate.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 03 12:01:33 2025 UTC