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 0fba8ba commit b9bf2efCopy full SHA for b9bf2ef
1 file changed
src/Mailer.php
@@ -57,7 +57,7 @@ public function send($view, array $data = [], $callback = null)
57
$privateKey = config('dkim.private_key');
58
$selector = config('dkim.selector');
59
$domain = config('dkim.domain');
60
- $mailers = config('dkim.mailers');
+ $mailers = config('dkim.mailers', ['smtp', 'sendmail', 'log', 'mail']);
61
if (in_array(strtolower(config('mail.default')), $mailers, true)) {
62
if (empty($privateKey)) {
63
throw new InvalidArgumentException('No private key set.', 1588115551);
0 commit comments