diff --git a/mail.md b/mail.md index 4d2abbfc58..6b72861cdc 100644 --- a/mail.md +++ b/mail.md @@ -135,7 +135,7 @@ This way you are also able to set up multiple Postmark mailers with different me To use the [Resend](https://resend.com/) driver, install Resend's PHP SDK via Composer: ```shell -composer require resend/resend-php +composer require resend/resend-laravel ``` Next, set the `default` option in your application's `config/mail.php` configuration file to `resend`. After configuring your application's default mailer, ensure that your `config/services.php` configuration file contains the following options: