[PHP] Re: sendmail_path help

2002-07-11 Thread Ricky Dhatt
I am. I assumed the built-in mail function used "sendmail_path" as defined in php.ini; is this an incorrect assumption? "Chris Earle" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Can you just use the built-in mail function? > > mail("[EMAIL PROTECTED]", "E

[PHP] Re: sendmail_path help

2002-07-10 Thread Chris Earle
Can you just use the built-in mail function? mail("[EMAIL PROTECTED]", "Errors", $ObjectGET->EMAIL, // doesn't have to be an object "From: [EMAIL PROTECTED]\n" ."Reply-To: [EMAIL PROTECTED]\n" ."X-Mailer: PHP/" . phpversion()); "Ricky Dhatt" <[EMAIL PROTECTED]> wrote in mes