If your Bluehost email is not supporting unicode character like: chinese, arabic, japanese, or indian characters. But showing unreadable symbols and sign, then its caused by charset problem at the php.ini file. You can fix this problem yourself.
FTP login to your server and locate the php.ini file. Edit the php.iniĀ using notepad… and add in these lines.
[mbstring]
mbstring.language = Neutral
mbstring.internal_encoding = UTF-8
mbstring.http_input = UTF-8
mbstring.http_output = UTF-8
mbstring.encoding_translation = On
mbstring.detect_order = auto
mbstring.substitute_character = long;
mbstring.func_overload = 1
By this, your php email will now support unicode. Basically this method will fix most of the charset problem. However, if this don’t solve it, do contact bluehost support for assistant.
Go to Bluehost Hosting
One Response to “Bluehost Email content with unicode supported”
Leave a Reply
10 Most Recent Posting
- Bluehost hosting with 915,000 domain hosted
- Bluehost vs Fatcow : web hosting review
- Bluehost Magento Installation and Tutorial
- Bluehost AgoraCart hosting
- Bluehost uptime by BluehostReview.org for May 2009
- Bluehost Cubecart shopping cart hosting
- Bluehost SVN subversion and CVS
- Bluehost dedicated IP address price at $2.50 per month
- Bluehost hostmonster fastdomain with over 1.5 millions domain
- Bluehost vs Hostgator : web hosting review
































June 5th, 2007 at 9:39 am
If above not fixed the unicode email problem, then you need to check the php mail()….
change the “content-type” line to following
Content-Type: multipart/alternative; boundary=”=-nxs_alt_3ad961771379c4f45f20d4352373c5a8″