Email body encoding problem

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
jimthunderbird
Forum Contributor
Posts: 147
Joined: Tue Jul 04, 2006 3:59 am
Location: San Francisco, CA

Email body encoding problem

Post by jimthunderbird »

Hi All,
Recently I'm using a php MVC framework codeignitor to develop a demo application for a client.
But when sending email using CI's Email library, the client receive the mail but the mail body is full of encoded characters, I guess the email has been encripted.
Do you know how to avoid this problem so any client using any email client will see the text properly?
Thank you very much.

With my best,
Jim
Post Reply