Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/integrations/php/laravel.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class AppServiceProvider extends ServiceProvider
new Dsn(
'ohmysmtp+api',
'default',
config('services.ohmysmtp.key')
config('services.mailpace.key')
)
);
});
Expand Down Expand Up @@ -64,4 +64,4 @@ Here's an example Laravel 9 repository with a commit that demonstrates the chang

https://github.com/mailpace/laravel-example/commit/93053f8d87fef62bb38323894a12a9e95b3abf91

In this example we create a `/send` route that triggers an email. To test this just update the `from` address and `key` with your MailPace API token and open the `/send` path in your browser
In this example we create a `/send` route that triggers an email. To test this just update the `from` address and `key` with your MailPace API token and open the `/send` path in your browser