SDKiller / zyx-phpmailer

PHPMailer integration for Yii2 framework
BSD 3-Clause "New" or "Revised" License
2 stars 5 forks source link

processResult Error in YII_DEBUG #17

Open dlavineway opened 3 years ago

dlavineway commented 3 years ago

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"]
]