[PHP] HTML email problem: IMAP

2004-02-20 Thread Ryan A
Hi, I downloaded a class from php classes called clssendmail, the class was working on a different server but now I get this error when I try to use it: Call to undefined function: imap_8bit() in. The class is basically to send an email in 2 parts, plain text and HTML...if the person

[PHP] HTML email problem

2003-11-19 Thread Binay
Hi all, I m sendig out HTML email, using mimemail class which encodes the whole message to be sent in base64 and Content-Transfer-Encoding: is also specified as base64 only. Now one of my client is complaining that he is getting garbage in the email (shown below) after the sign up process in

RE: [PHP] HTML email problem

2003-11-19 Thread Martin Towell
When I send HTML emails, I don't base64 encode it, I just set the content-type to text/html. The mail clients that I've tested it with renders it correctly HTH Martin I m sendig out HTML email, using mimemail class which encodes the whole message to be sent in base64 and