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
) 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
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
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
this, I tried some code that someone sent to me which actually worked. It
uses popen() and I'd like to know if this method of sending e-mail has any
ma
4 matches
Mail list logo