From 7f3260027fdfebcd33be1b5354776cf4f27ef856 Mon Sep 17 00:00:00 2001 From: Surajit Basak Date: Tue, 28 Sep 2021 17:29:06 +0530 Subject: [PATCH] [8.x] Add failover in supported mail configurations comment section --- config/mail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/mail.php b/config/mail.php index db9633658b7..e86074948d4 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" | */