Open danieltharp opened 8 years ago
For now, I'm using the regular smtp
driver, to smtp.postmarkapp.com:587
with TLS enabled and a username and password both set to the API key. Works fine.
I get exactly the same error. but when I switch to SMTP I get an authentication error.
this fix should solve your problem @pxdnbluesoul I just tested it and it works
@maximusblade This does indeed fix the issue at hand. @atheken, would it be possible to integrate this on short term?
Any plans to release a Laravel driver with support for 5.3 soon?
After following the instructions from the Packagist website:
FatalThrowableError in Mailer.php line 480: Type error: Argument 1 passed to Illuminate\Mail\Mailer::setQueue() must implement interface Illuminate\Contracts\Queue\Factory, instance of Illuminate\Queue\SyncQueue given, called in /var/www/project/vendor/wildbit/laravel-postmark-provider/src/Postmark/Adapters/LaravelMailProvider.php on line 53