From d52c6401253267c5ae42106be5453ece4e9f37c2 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 3 May 2024 12:14:07 -0500 Subject: [PATCH] resend --- config/mail.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config/mail.php b/config/mail.php index a4b9780e9d42..a3be42c1e01a 100644 --- a/config/mail.php +++ b/config/mail.php @@ -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" | */ @@ -60,6 +61,10 @@ // ], ], + 'resend' => [ + 'transport' => 'resend', + ], + 'sendmail' => [ 'transport' => 'sendmail', 'path' => env('MAIL_SENDMAIL_PATH', '/usr/sbin/sendmail -bs -i'),