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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 01:01:30 2024 UTC