[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

[PHP] Re: HTML mail being sent with mail() not working for some people

2003-03-27 Thread Manuel Lemos
Hello, On 03/27/2003 02:14 PM, Jeff Lewis wrote: We're sending out emails using mail() and sending it in HTML format and while most people get it correctly a couple are not. They get the anti-abuse headers and then the HTML code appears as just that - HTML code in the body of the email. Sending th

[PHP] Re: html mail

2003-03-10 Thread Manuel Lemos
Hello, On 03/10/2003 10:47 AM, Ian a. gray wrote: I am quite new to php and I am trying to find a way of sending details of a web form over e-mail in both text and html format. There are numerous sites on the web that try and explain how to do this but they are worded very complicated and to be h

[PHP] Re: HTML Mail problem

2003-02-15 Thread Manuel Lemos
Hello, On 02/15/2003 03:10 PM, Mark McCulligh wrote: I downloaded your mail class and ran the test_html_mail_message.php page. It worked! Like you said I am probably getting one of the mail() function bugs or something. Very interesting that I can send external fine but not internal. Does the pe

[PHP] Re: HTML Mail problem

2003-02-15 Thread Mark McCulligh
Hi Manuel Lemos, I downloaded your mail class and ran the test_html_mail_message.php page. It worked! Like you said I am probably getting one of the mail() function bugs or something. Very interesting that I can send external fine but not internal. Does the pear mail use the normal PHP mail() fun

[PHP] Re: HTML Mail problem

2003-02-15 Thread Manuel Lemos
Hello, On 02/15/2003 03:27 AM, Mark McCulligh wrote: I am sending both text and HTML. The message I get looks like this: boundary="=_ec9ac598a5bbb069fd9a696b254780ef" --=_ec9ac598a5bbb069fd9a696b254780ef Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit TEST MESSAG

[PHP] Re: HTML Mail problem

2003-02-14 Thread Mark McCulligh
I am sending both text and HTML. The message I get looks like this: boundary="=_ec9ac598a5bbb069fd9a696b254780ef" --=_ec9ac598a5bbb069fd9a696b254780ef Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit TEST MESSAGE WAS HERE --=_ec9ac598a5bbb069fd9a696b254780ef Conten

[PHP] Re: HTML Mail problem

2003-02-14 Thread Manuel Lemos
Hello, On 02/14/2003 01:56 PM, Mark McCulligh wrote: If I send a HTML email using either mail() or pear mail to an email account of someone who is on my email server it does not get delivered right. But if I send a HTML email to an external email address it is fine. It also works fine with plain