email utf8 error

denis1083832

New Member
YetiShare User
Apr 10, 2014
23
0
0
in the contact list i can send masseges just in english, other languges not working
i reciving it like this מה × ×™×©×ž×¢×¢?

how can i fix it?
 

ysmods

New Member
Jan 29, 2013
860
1
0
UK
www.ysmods.com
Navigate to /includes/email_class/
and open class.phpmailer.php

Find on line 56:
Code:
  public $CharSet           = 'iso-8859-1';
Change to:
Code:
  public $CharSet           = 'utf-8';

This is set as default in the next release
 

denis1083832

New Member
YetiShare User
Apr 10, 2014
23
0
0
now i notise that after the upgrade i still have the same problem and the changes where done

what can i do now?