Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
markvaneijk authored Dec 23, 2024
1 parent d02d896 commit 609cfda
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,11 @@ Add the API key of your email service provider to the `config/services.php` file
],
'mailgun' => [
'api_key' => env('MAILGUN_API_KEY'),
'webhook_signing_key' => env('MAILGUN_WEBHOOK_SIGNING_KEY'),
'domain' => env('MAILGUN_DOMAIN'),
'secret' => env('MAILGUN_SECRET'),
'webhook_signing_key' => env('MAILGUN_WEBHOOK_SIGNING_KEY'),
'endpoint' => env('MAILGUN_ENDPOINT', 'api.mailgun.net'),
'scheme' => 'https',
],
]
```
Expand Down

0 comments on commit 609cfda

Please sign in to comment.