Re: [PHP] mail() function not working

2004-07-31 Thread Justin Patrin
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

Re: [PHP] mail() function not working

2004-07-31 Thread Matthew Sims
> 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

Re: [PHP] mail() function not working

2004-07-31 Thread raditha dissanayake
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

Re: [PHP] mail() function not working in PHP 4.2.3

2003-01-23 Thread Jason Wong
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

Re: [PHP] mail function. not working

2001-05-19 Thread CC Zona
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