Re: [PHP] Alternate way of e-mailing in PHP

2004-01-05 Thread Manuel Lemos
Hello, On 01/05/2004 08:14 PM, Monty wrote: I've also tried Manuel Lemos' MIME, SMTP, and MAIL classes but they don't work for me either. The only thing that works in PHP for sending e-mail is by opening Sendmail as a separate process using popen() within PHP, then writing directly to it using fpu

Re: [PHP] Alternate way of e-mailing in PHP

2004-01-05 Thread Monty
) within PHP, then writing directly to it using fputs. > From: [EMAIL PROTECTED] (David Otton) > Newsgroups: php.general > Date: Mon, 05 Jan 2004 16:36:09 + > To: Monty <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP] Alternate way of e-mailing in

Re: [PHP] Alternate way of e-mailing in PHP

2004-01-05 Thread David Otton
On Mon, 05 Jan 2004 01:38:09 -0500, you wrote: >I've been getting "data format errors" from Sendmail when trying to send >automatic e-mails from my websites recently, and as I can't find a fix for Quick questions: what does sendmail_path in php.ini look like? Where is the "data format error" mes