Hi guys,
I am getting a strange error on this one that i have not encountered before. I have a simple contact form (only two fields) email and message.. when the user enters their information and clicks send the message is successfully sent to the admin email. The problem is the email appears to have been garbled at some stage.. i receive this at the other end:
Content-Type: text/html; charset = "utf-8"
Content-Transfer-Encoding: quoted-printable
=0D
<html>=0D
<body><p style=3D"font:normal 0.8em Verdana; text-align:right; color:#777=
; margin:3px 0">a form has been submitted on October 10, 2011, via: http:=
//localhost:8888/contact/ [IP 127.0.0.1]</p>=0D
<p style=3D"font:normal 0.8em Verdana; text-align:right; color:#777; marg=
in:3px 0">Contact</p><table width=3D"100%" cellpadding=3D"0" cellspacing=3D=
"0" style=3D"background:#F4F5FB; color:#666; font-size:1em; font-family:v=
erdana;"><tr><td style=3D"color:#000; font-size:90%; white-space:nowrap; =
padding:4px 20px 4px 15px; vertical-align:top;">Email</td><td style=3D"fo=
nt-size:90%; width:100%;">james@gaandder.com</td></tr>=0D
<tr><td style=3D"color:#000; font-size:90%; white-space:nowrap; padding:4=
px 20px 4px 15px; vertical-align:top;">Message</td><td style=3D"font-size=
:90%; width:100%;">TEST MESSAGE</td></tr>=0D
</table><span style=3D"font:normal 10px Arial; color:#777;">powered by <a=
href=3D"http://www.deliciousdays.com/cforms-plugin">cformsII</a></span>=0D
</body></html>=0D
=0D
=0D
=0D
=0D
Can anyone shed some light on to why this might be happening and or how i can fix it?
in the meantime i will attempt to reinstall and see if that makes a difference :)
Thanks in advance