Skip to content

Commit

Permalink
resend
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed May 3, 2024
1 parent cf0b40b commit e7cc577
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion config/mail.php
Expand Up @@ -30,7 +30,8 @@
| your mailers below. You may also add additional mailers if needed.
|
| Supported: "smtp", "sendmail", "mailgun", "ses", "ses-v2",
| "postmark", "log", "array", "failover", "roundrobin"
| "postmark", "resend", "log", "array",
| "failover", "roundrobin"
|
*/

Expand Down Expand Up @@ -60,6 +61,10 @@
// ],
],

'resend' => [
'transport' => 'resend',
],

'sendmail' => [
'transport' => 'sendmail',
'path' => env('MAIL_SENDMAIL_PATH', '/usr/sbin/sendmail -bs -i'),
Expand Down

0 comments on commit e7cc577

Please sign in to comment.