Re: [PHP] What is wrong with this function please?

2007-03-25 Thread Robin Wilson
ired headers yourself. save yourself a big headache. :-) Robin Wilson wrote: Hello I'm trying to do a function that emails users and sends an attachment. But I think something is in the wrong order or something as when I send it Exchange discards it. This is the function which I have put tog

Re: [PHP] What is wrong with this function please?

2007-03-25 Thread Robin Wilson
""Jake McHenry"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] No sorry, both messages are the same. Didn't mean to post it twice. Sorry. Below is what prints out when I echo the message: $to [EMAIL PROTECTED] $subject Proposal Submission $headers

Re: [PHP] What is wrong with this function please?

2007-03-24 Thread Robin Wilson
No sorry, both messages are the same. Didn't mean to post it twice. Sorry. Below is what prints out when I echo the message: $to [EMAIL PROTECTED] $subject Proposal Submission $headers From: 2HostMe Mailer Reply-To: Robin Wilson Return-Path: 2HostMe Mailer Message-ID: X-Mailer: PHP v

[PHP] What is wrong with this function please?

2007-03-23 Thread Robin Wilson
Hello I'm trying to do a function that emails users and sends an attachment. But I think something is in the wrong order or something as when I send it Exchange discards it. This is the function which I have put together from various sources: I would really appreciate any help as I have been

[PHP] What is wrong with this function please?

2007-03-23 Thread Robin Wilson
Hello I'm trying to do a function that emails users and sends an attachment. But I think something is in the wrong order or something as when I send it Exchange discards it. This is the function which I have put together from various sources: I would really appreciate any help as I have been

[PHP] Re: Re: Mail() not working

2004-07-31 Thread Robin Wilson
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 make the mail com

[PHP] mail() function not working

2004-07-31 Thread Robin Wilson
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