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
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
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
5 matches
Mail list logo