You getting klingon in your message body?
I added this to function send_mail() and all is well:
$form['subject'] = eregi_replace($email_replace_array,'',$form['subject']);
$mailbody = utf8_encode($mailbody);
You getting klingon in your message body?
I added this to function send_mail() and all is well:
$form['subject'] = eregi_replace($email_replace_array,'',$form['subject']);
$mailbody = utf8_encode($mailbody);
Form encoding
What encoding do you use on your form tag?
-Andrew M. Riley