[PHP] Re: [HTML MAIL FORM] - Body text not coming through

2008-07-20 Thread Al
Consider using PEAR Mail_Mime or Mail_mimePart. Works well and is easy to use. TS wrote: Can someone spot what I'm doing wrong here? Must have something to do with headers maybe? The attached picture comes through but, no text. Here's the headers that do come through. Thanks for any help. Mail

[PHP] RE: [HTML MAIL FORM] - Body text not coming through

2008-07-20 Thread TS
Alright in doing that the text comes through but, no picture. Geez From: TS [mailto:[EMAIL PROTECTED] Sent: Sunday, July 20, 2008 1:47 PM To: 'php-general@lists.php.net' Subject: RE: [HTML MAIL FORM] - Body text not coming through So when I tested before my boundaries were wrong in my code

[PHP] RE: [HTML MAIL FORM] - Body text not coming through

2008-07-20 Thread TS
So when I tested before my boundaries were wrong in my code. It however was copied into this email message correctly in the code below below. This was " boundary=\"--{$mime_boundary}\""; " boundary=\"{$mime_boundary}\""; Notice the double dashes were missing s