We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Broken Join/Invitation Japanese mail in 1.7.0 [Solved] | Forum

Topic location: Forum home » Support » General Questions
Eiji Hamano
Eiji Hamano Aug 26 '14

The 1.5.3 had no problem, but 1.7.0 has.

The email Join of 1.7.0 as follow;


-------------------------------------------------

From: ○△温泉友の会 [mailto:????@????.?????] 

Sent: Monday, August 25, 2014 8:52 PM

To: info@hypersys.ne.jp

Subject: 電嬐メールの確認


親愛なる 山田 さん


○△温泉友の会に登録していただきありがとうございます! 今、あなたは、このリンクをクリックすることにより、あなたの電嬐メールを確認する必要があります: 


clicking here

別の方法としては、検証ページ で、このコードを挿入することで同じ事ができます。 コード : ??????5289e43faa2ea9??????


ありがとう、

○△温泉友の会 管理者より 

--------------------------------------


The English mode's email (no Japanese Lang in systems) is followings. 

The site name and use name are broken.


-------------------------------------------------

From: ○△温泉友の会 [mailto:????@????.?????] 

Sent: Friday, August 22, 2014 1:18 PM

To: all@hypersys.ne.jp

Subject: Email verification


Dear Yamada,


Thank you for registering at ○△温泉友の会! Now you need to verify your email by clicking here


Alternatively you can insert this code at the verification page: ??????94ad45755075??????


Thank you,

○△温泉友の会 administration 

--------------------------------------


Why the email is broken?   It was normal email at 1.5.3.

The sending encode must be JIS for Japanese. 


Eiji Hamano

The Forum post is edited by ross Aug 28 '14
ross Team
ross Aug 26 '14
Eiji Hamano
Eiji Hamano Aug 27 '14

Hi  ross


I replaced  ow_libraries/php_mailer/class.phpmailer.php

However nothing changed.  The emails still are broken.


The new class.phpmailer.php  had  "public $CharSet = 'utf-8';"  in line 56.



The Forum post is edited by Eiji Hamano Aug 27 '14
ross Team
ross Aug 27 '14
No need to replace anything read my reply here: http://www.oxwall.org/forum/topic/23794?page=1#post-108176


Also check your mail agent settings related to the encoding. 

The Forum post is edited by ross Aug 27 '14
Eiji Hamano
Eiji Hamano Aug 27 '14
Sorry I cannot understand your conversation.


I have to modify  /ow_system_plugins/base/bol/mail_service.php ?

And I have to back to the original class.phpmailer.php ?



I have to go home now.  

The Forum post is edited by Eiji Hamano Aug 27 '14
ross Team
ross Aug 27 '14
you should add the following string

 $mailer->CharSet = "utf-8"; 

into the /ow_system_plugins/base/bol/mail_service.php file 

on line 123 before return $mailer;
Eiji Hamano
Eiji Hamano Aug 28 '14

Thanks  ross.


Yes,  the problem has gone.

However, I didn't do this modification  in 1.5.3 . Why 1.7.0?

Is it same in 1.7.1 also?


ross Team
ross Aug 28 '14
Yes, it is, I'm going to mark this post as Solved then. 
Eiji Hamano
Eiji Hamano Aug 28 '14
OK; 

Thanks a lot.