Mail::setSendCharset
Set email character set
メモ
If the email body text is garbling, try to use this method or Mail::setInputCharset
Description
public self Mail::setSendCharset( string $charset )
Arguments
Name | Data type | Default | Remarks |
---|---|---|---|
$charset | string | Email character set |
Example
Controller
$mail = $this->getClass('Tool/Mail');
$mail->setSendCharset('utf-8');