Re: [PHP] PEAR send mail problem

2003-07-29 Thread Curt Zirzow
* Thus wrote Andrew D. Luebke ([EMAIL PROTECTED]): > Hello, >I'm writing a program to send mail via the PEAR Mail module. Here is > some code fragments: > > require_once "Mail/Mail.php"; > require_once "Mail/Mime.php"; > . > . > $body = $mime->get(); > $he

[PHP] PEAR send mail problem

2003-07-29 Thread Andrew D. Luebke
Hello, I'm writing a program to send mail via the PEAR Mail module. Here is some code fragments: require_once "Mail/Mail.php"; require_once "Mail/Mime.php"; . . $body = $mime->get(); $headers = $mime->headers($headers); $mail =& Mail::fa