We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f4e693 commit 762fbe0Copy full SHA for 762fbe0
src/Illuminate/Mail/MailManager.php
@@ -371,6 +371,7 @@ protected function createPostmarkTransport(array $config)
371
'postmark+api',
372
'default',
373
$config['token']
374
+ ?? $config['key']
375
?? $this->app['config']->get('services.postmark.token')
376
?? $this->app['config']->get('services.postmark.key'),
377
null,
0 commit comments