php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11822 Warning: mail() ist not supported in this PHP build in ...
Submitted: 2001-07-01 10:16 UTC Modified: 2001-08-01 20:47 UTC
From: dermatthes at web dot de Assigned:
Status: Closed Package: Mail related
PHP Version: 4.0.6 OS: SuSE 7.0
Private report: No CVE-ID: None
 [2001-07-01 10:16 UTC] dermatthes at web dot de
Hi,

I've configured PHP 4.0.6 for CGI.

Problem: Everytime mail()-function is called it returns the error: Waring - mail () is not supported in this PHP build

I tried to add: #define HAVE_SENDMAIL 1 in the php_config.h - but the error stayed.

By(t)e,
  Matthias

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-07-01 10:25 UTC] derick@php.net
What does config.log tells about mail or sendmail?

Derick
 [2001-07-01 10:44 UTC] dermatthes at web dot de
Hi,

config.log tells me:

configure:4628: checking for sendmail

Nothing else. (--> I have installed Nullmailer in a different location than /usr/.. -- is that bad?)

Thank you for answering so fast,

By(t)e,
  matthias
 [2001-07-02 03:07 UTC] derick@php.net
If you don't have sendmail installed, or "sendmail" could not be found in
$PATH:/usr/bin:/usr/sbin:/usr/etc:/etc:/usr/ucblib:/usr/lib
then HAVE_SENDMAIL will not be defined.

What is the name of your nullmailer binary?

Derick
 [2001-08-01 20:47 UTC] andy@php.net
no feedback
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 04:01:27 2024 UTC