Closed djaiss closed 9 years ago
Hi @djaiss, I will look at updating the swiftmailer package so that it uses the updated version of guzzle, this should resolve the laravel requirements.
@djaiss - Can you do me a favor and run composer require wildbit/laravel-postmark-provider dev-master
to confirm that you can install the updated version and that mail sending works as you expect it to? Once I get confirmation, I will label a new release and you should be good to go.
@atheken works like a charm.
./composer.json has been updated
> php artisan clear-compiled
Loading composer repositories with package information
Updating dependencies (including require-dev)
- Installing wildbit/swiftmailer-postmark (2.0.0)
Downloading: 100%
- Installing wildbit/laravel-postmark-provider (dev-master 79a7e8b)
Cloning 79a7e8bde66b2bd6f314829b00ee08616847ebc5
Writing lock file
Generating autoload files
> php artisan optimize
Generating optimized class loader
This has been released as 2.0.0 -- no functional changes, but since it's not "backwards compatible," we bump the major version.
After doing a
composer require wildbit/laravel-postmark-provider
, we getMy
composer.json
looks like this:What can I do to use the official Laravel client? I know I can use SMTP to send my emails via Postmark, but it's too bad it doesn't work with the official Laravel client.