Skip to content

Commit 39fd708

Browse files
Add missing Mailersend step (laravel#9592)
* Add missing Mailersend step * Update mail.md --------- Co-authored-by: Taylor Otwell <[email protected]>
1 parent c538d82 commit 39fd708

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

mail.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,14 @@ MAIL_FROM_NAME="App Name"
188188
MAILERSEND_API_KEY=your-api-key
189189
```
190190

191+
Finally, add MailerSend to the `mailers` array in your application's `config/mail.php` configuration file:
192+
193+
```php
194+
'mailersend' => [
195+
'transport' => 'mailersend',
196+
],
197+
```
198+
191199
To learn more about MailerSend, including how to use hosted templates, consult the [MailerSend driver documentation](https://github.com/mailersend/mailersend-laravel-driver#usage).
192200

193201
<a name="failover-configuration"></a>

0 commit comments

Comments
 (0)