sending email in hebrew using either the mail() function or phpmailer will result in sending gibberish.

how do I fix this?
I tried setting the headers to support UTF-8 and windows-1255 and nothing worked.

the encoding of the document im sending the email from is ANSI.

how do I fix this?
I also tried converting the string to utf8 using utf8_encode.

if someone knows, please help!

    Write a Reply...