Robin Wilson wrote:
Hi
I get the following error message:
Fatal error: Call to undefined function: mail() in
/srv/www/htdocs/blog/serendipity_functions.inc.php on line 1394
I have changed my php.ini file to find the correct path to sendmail and to
put an option on the end (-f [EMAIL PROTECTED]) to
ages unlike the mail() function. Now it is up to you
if you want to progress in solving your problem.
Regards,
Manuel Lemos
-Original Message-
From: Manuel Lemos [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 06, 2003 4:28 PM
To: [EMAIL PROTECTED]
Subject: [PHP] Re: mail() not working o
TECTED]
> Subject: [PHP] Re: mail() not working on Win2k
>
>
> Hello,
>
> On 01/06/2003 01:21 PM, Rad Craig wrote:
> > I'm running under Win2k, new install of PHP(last week), I have
> been trying
> > to test the mail() function, but it doesn't seem to work.
Hello,
On 01/06/2003 01:21 PM, Rad Craig wrote:
I'm running under Win2k, new install of PHP(last week), I have been trying
to test the mail() function, but it doesn't seem to work. I host my own
mail server on the same machine and I know it works, has been for months,
all other mail come/goes ju
Miguel González Castaños wrote:
I am testing the php mail function with the typical script
$mailsuccess = mail(...);
if (!$mailsuccess) {
echo "Mail could not be sent";
}
In one redhat linux box I got that the email was sent succesfully and in
the other
box, it cant send it, but the script is e
Dear all,
Sorry for my English...I am not a native speaker...
I am experiencing the same problem with the mail function. I am using
exactly the same test php script to test the PHP mail function. I have two
RedHat linux boxes. In one box, the PHP mail function work and in the other
one doesnt wo
I actaully already wrote one like that. The PHP is going fine, the
problem I believe is PHP interfacing with my mail server. Thanks though
Steve Yates wrote:
"Tom Culpepper" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
while I get no PHP errors the mail is
"Tom Culpepper" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> while I get no PHP errors the mail is never sent.
> mail("[EMAIL PROTECTED]", "testing 1234", "this is a test message");
I don't think this shows an error if it doesn't work. Try
$mailsuccess
8 matches
Mail list logo