YII Mail Generate unwanted ascii character in HTML mail
- by CedSha
I use YII-Mail just by copying the sample but I always get some ascii charcters in my generated links
Where they come from and how to avoid them ?
$message = new YiiMailMessage;
$message->view = 'mail';
$message->setBody(array('model'=>$model), 'text/html');
$message->subject = Yii::t('tr','my subject');…