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 76f4ee8 commit 5029a0fCopy full SHA for 5029a0f
README.md
@@ -30,7 +30,7 @@ The DKIMMailServiceProvider extends the MailServiceProvider and overwrites a met
30
After that, you should publish the config file with:
31
32
```bash
33
-php artisan vendor:publish --provider="SimonSchaufi\LaravelDKIM\DKIMMailServiceProvider"
+php artisan vendor:publish --provider="SimonSchaufi\LaravelDKIM\DKIMMailServiceProvider" --tag dkim-config
34
```
35
36
Next we need to create a private and public key pair for signing and verifying the email.
0 commit comments