mcarbonneaux / yii-mail

Automatically exported from code.google.com/p/yii-mail
0 stars 0 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