bayurizki / yii-mail

Automatically exported from code.google.com/p/yii-mail
0 stars 0 forks source link

sendSimple #11

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
file YiiMail.php line 181

You should change it from
  else return $this->getMailer()->send($message);
to 
  else return $this->getMailer()->send($message->message);

Original issue reported on code.google.com by tenz...@gmail.com on 21 Mar 2011 at 8:09