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
Hello,
I have this error, I don't understand why.
I'm using Laravel 5.0
ErrorException in Mailer.php line 523:
Argument 1 passed to Illuminate\Mail\Mailer::setQueue() must be an instance of Illuminate\Contracts\Queue\Queue, instance of Illuminate\Queue\QueueManager given, called in C:\wamp\www\xxxxxx\vendor\academe\laraveldkim\src\MailServiceProvider.php on line 37 and defined
I expect things have moved around a lot in Laravel 5.x This package should have had a requirement limiting it to Laravel 4 - I've added that now (but not tested it yet).
I have not tried it out on L5, and so am not sure how easy it will be to adapt it (it may be simple, it may not).
Personally, I think your best bet will be to use a third-party emailing system such as Mailgun or Mandrill. When I first needed this package, mailing systems were expensive and not so easy to integrate, but these days L5 has access to them built in from the start, so they are very easy to use, and most have a free-level service that is often very generous on daily traffic.
Hello,
I have this error, I don't understand why.
I'm using Laravel 5.0
My code to send email is :
The text was updated successfully, but these errors were encountered: