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

Error in sendSimple() method #20

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
wrong: else return $this->getMailer()->send($message);

right: else return $this->getMailer()->send($message->message);

Original issue reported on code.google.com by yaBliz...@gmail.com on 19 Aug 2014 at 2:38