You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have same problem on laravel 5.8 when using swiftmailer.
Content of the string when error triggered is empty array
If I transform empty array to empty string e-mail sending starts to work
Mail starts to send with correct "address", "from", "subject", but without e-mail body...
In new versions of laravel 5.6+ they moved call of call_user_func in /vendor/laravel/framework/src/Illuminate/Mail/Mailer.php in send($view, array $data = [], $callback = null) method...
If you move it back as in previous laravel versions - problem will be solved!!!
Thanks! I had same problem and this fixes it.
I am using Laravel 8.1 and the error is still there, ... so I hope there is also some other solution (without overriding vendor code)
After upgrade to Laravel 5.6, the system stopped working.
quoted_printable_encode() expects parameter 1 to be string, array given
/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/NativeQpContentEncoder.php
The text was updated successfully, but these errors were encountered: