SDKiller / zyx-phpmailer

PHPMailer integration for Yii2 framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

processResult Error in YII_DEBUG

dlavineway opened this issue · comments

Debug output in vendor\zyx\zyx-phpmailer\Mailer.php (line 275, 276,277) causes the following error(s)
"PHP Notice 'yii\base\ErrorException' with message 'Array to string conversion'"

This is due to the fact that the array is multidimensional array not a single array like it is expecting

[
  0 => [ "me@me.com", "First LastName"]
]