macagua / example-yii-mail

Automatically exported from code.google.com/p/yii-mail
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

sendSimple #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 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