On Sat, 31 Jul 2004 16:15:41 +0100, Robin Wilson <[EMAIL PROTECTED]> wrote:
> Hi
>
> I am not a php programmer but have installed a php based blog. When the php
> script tries to use the mail() function it fails. Does the mail function
> rely on the sendmail server? Is there a way to make the mail
> Hi
>
> I am not a php programmer but have installed a php based blog. When the
> php
> script tries to use the mail() function it fails. Does the mail function
> rely on the sendmail server? Is there a way to make the mail() function
> just
> send via an external smtp server?
>
> Thanks in advanc
Robin Wilson wrote:
Hi
I am not a php programmer but have installed a php based blog. When the php
script tries to use the mail() function it fails.
what error message does it produce?
Does the mail function
rely on the sendmail server?
no works with any mta.
Is there a way to make the mail() fun
Hi
I am not a php programmer but have installed a php based blog. When the php
script tries to use the mail() function it fails. Does the mail function
rely on the sendmail server? Is there a way to make the mail() function just
send via an external smtp server?
Thanks in advance
Robin
---
Out
On Friday 24 January 2003 06:09, Jeff Pauls wrote:
> I have a simple mail script and when I run the script I get the following
> error:
>
> Warning: mail() is not supported in this PHP build in
Try searching the archives using the above message. It's topic that has been
covered quite a number of
Hi,
I have a simple mail script and when I run the script I get the following error:
Warning: mail() is not supported in this PHP build in /var/www/htdocs/file.php on line
159
I've checked the php.ini file to see if a setting was turned off, but came up with
nothing except for:
; For Unix only
In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] (Richard Kurth) wrote:
> Way does this not work it sends to the recipient but it will not
> send to the bcc this is right out of the manual.
> $recipient .= "[EMAIL PROTECTED]";
> $subject = "Hello";
> $message .= "The is the message\n";
> $m
Way does this not work it sends to the recipient but it will not
send to the bcc this is right out of the manual.
$recipient .= "[EMAIL PROTECTED]";
$subject = "Hello";
$message .= "The is the message\n";
$message .= "--\r\n"; //Signature delimiter
$message .= "http://northwesthost.com";;
$hea
8 matches
Mail list logo