I need to create an email header. Everything working fine except the 'Content-Transfer-encoding: quoted-printable'. if i include this into my code
I am getting a junk html
 
 
view source of mail without 'Content-Transfer-encoding: quoted-printable'(working fine')
 
<table border="1">
<tr>
    <td bgcolor="#EEEEE">test</td></tr>
</table>
 
When i iclude 'Content-Transfer-encoding: quoted-printable'(html corrupted)
 
<table border=">
<tr>
    <td bgcolor=EEEEE">test</td>
</tr>
</table>
 
 
The starting double quoted are missing from my html code?
 
Please help me
 
Ashik Hasim

Reply via email to