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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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-2026 The PHP Group
All rights reserved.
Last updated: Mon Jun 29 13:00:01 2026 UTC