| Monday 23 March 2009 4:21:09 am 
                                                                
                                                                 Hi, I have been trying all sorts of things to fix the email bugs from emails sent after a form submission but no success so far.  Can anyone help me ? this is an example of the mail content received: ---- 
L'information suivante a C)tC) collectC)e:PrC)nom, nom:
 test
 
Sujet:Contact depuis ehl.edu - L'C)cole
 
Message:tetsasdf C)C)C)a sfC C C
 df --- all accents are converted into C) and I have not been able to figure out why and where to fix this problem. I have tried changing the mail type to "text/html" in the ini files, in the ezMail class file. Have also tried the Content-Transfer-encode with base64 and quoted-printable but no change. the source code of the email is: ---- 
MIME-Version: 1.0Content-Type: multipart/mixed;boundary===Multipart_Boundary_0e498d2107a83dd35e071b7aa6ab620f; charset=utf-8
 Content-Transfer-Encoding: base64
 Content-Disposition: inline
 User-Agent: Exponential, Version 4.0.0
 Status:
 
--==Multipart_Boundary_0e498d2107a83dd35e071b7aa6ab620fContent-Type: text/plain; charset="utf-8"
 Content-Transfer-Encoding: quoted-printable
 
L'information suivante a C)tC) collectC)e:PrC)nom, nom:
 test
 
Sujet:Contact depuis ehl.edu - L'C)cole
 
Message:tetsasdf C)C)C)a sfC C C
 df 
Email:*my email is here*
 --==Multipart_Boundary_0e49
 --- I am not sure what is going as, as there is multipart, but no html part ? I installed an extension to allow file uploads (enhancedbinaryfile), could this have anything to do with it ? thanks for any help given. |