Welcome Guest, Not a member yet? Register   Sign In
CI's mail class to send e-mail, Chinese title garbled
#4

[eluser]smartweb[/eluser]
$subject="chinese subject:中文标题是乱码";
$this->email->from($smtp_user, $title);
$this->email->to($sendto);
$this->email->subject($subject);
$this->email->message($msg);
$this->email->send();


Messages In This Thread
CI's mail class to send e-mail, Chinese title garbled - by El Forum - 06-16-2011, 09:52 PM
CI's mail class to send e-mail, Chinese title garbled - by El Forum - 06-16-2011, 10:00 PM
CI's mail class to send e-mail, Chinese title garbled - by El Forum - 06-16-2011, 10:16 PM
CI's mail class to send e-mail, Chinese title garbled - by El Forum - 06-16-2011, 10:19 PM
CI's mail class to send e-mail, Chinese title garbled - by El Forum - 06-16-2011, 10:30 PM
CI's mail class to send e-mail, Chinese title garbled - by El Forum - 06-16-2011, 11:10 PM



Theme © iAndrew 2016 - Forum software by © MyBB