From 1e5b9989c3d789e7ed4269c88e45ed0c1c2b8ce9 Mon Sep 17 00:00:00 2001 From: Surajit Basak Date: Tue, 28 Sep 2021 18:29:24 +0530 Subject: [PATCH] [8.x] Add failover in supported mail configurations comment section (#5692) Co-authored-by: Surajit Basak --- config/mail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/mail.php b/config/mail.php index db963365..e8607494 100644 --- a/config/mail.php +++ b/config/mail.php @@ -29,7 +29,7 @@ | mailers below. You are free to add additional mailers as required. | | Supported: "smtp", "sendmail", "mailgun", "ses", - | "postmark", "log", "array" + | "postmark", "log", "array", "failover" | */