RE: [PHP] Complications when sending HTML email

2006-02-15 Thread Manuel Lemos
Hello, Best group member, I am sending HTML email with PHP. I use the example code in the manual to try, and the email is sent. However, it is not decoded correctly in my Outlook. I checked thru webmail clients, and then it work. I thought it was my Outlook that was not correct, but I am

RE: [PHP] Complications when sending HTML email

2006-02-14 Thread Weber Sites LTD
Did you put this in your headers? MIME-Version: 1.0\r\nContent-Type: text/html; charset=iso-8859-1\r\n ? mail([EMAIL PROTECTED],HTML TEST,HTMLBODYBTest/B/BODY/HTML,MIME-Version: 1.0\r\nContent-Type: text/html; charset=iso-8859-1\r\nFrom:[EMAIL PROTECTED]); ? Sincerely berber Visit the

RE: [PHP] Complications when sending HTML email

2006-02-14 Thread Peter Lauri
with a simple html-example that works fine with Outlook? Best regards, Peter Lauri -Original Message- From: Weber Sites LTD [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 14, 2006 4:27 PM To: 'Peter Lauri'; php-general@lists.php.net Subject: RE: [PHP] Complications when sending HTML email Did

Re: [PHP] Complications when sending HTML email

2006-02-14 Thread Jochem Maas
- From: Weber Sites LTD [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 14, 2006 4:27 PM To: 'Peter Lauri'; php-general@lists.php.net Subject: RE: [PHP] Complications when sending HTML email Did you put this in your headers? MIME-Version: 1.0\r\nContent-Type: text/html; charset=iso-8859-1\r\n

RE: [PHP] Complications when sending HTML email

2006-02-14 Thread Weber Sites LTD
: [PHP] Complications when sending HTML email Does not work. http://www.zend.com/zend/spotlight/sendmimeemailpart1.php?article=sendmimeem ailpart1kind=slid=3148open=1anc=0view=1 tells me that I should put 'three newlines between the Content-Transfer-Encoding and the start of the section