views:

14

answers:

0

So, I have set up the PEAR Mail_queue package on my server, and I have it running fine, and sending emails out. I have it set to run by a cron-job every 15 minutes. Everything works fine, except the problem is that I need to send emails in Chinese, and when I send them using the Mail_queue package, I only get gibberish. I'm assuming that some place within the package, something is not in UTF-8, but I can't seem to find what I ought to modify to fix the problem. I recall having to hack at Mail_Mime when I first installed it to make it send UTF-8 properly, but I don't recall now exactly what I changed.

Also, because I know you'll ask: The server is running on Linux, I'm using PHP 5 I have all the most updated packages for Mail, Mail_Mime, and Mail_queue And my SQL database is using UTF8_general_ci as the default encoding and collation.