From f02cfd8271170ff72b303ce69531206e9d33faff Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sat, 27 Mar 2021 15:56:36 +0000 Subject: [PATCH] Removed mentions of 'mail' mail driver Closes #2657 --- .env.example.complete | 2 +- app/Config/mail.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example.complete b/.env.example.complete index a42054b6b..d243f2c1f 100644 --- a/.env.example.complete +++ b/.env.example.complete @@ -51,7 +51,7 @@ DB_USERNAME=database_username DB_PASSWORD=database_user_password # Mail system to use -# Can be 'smtp', 'mail' or 'sendmail' +# Can be 'smtp' or 'sendmail' MAIL_DRIVER=smtp # Mail sending options diff --git a/app/Config/mail.php b/app/Config/mail.php index a91bdf237..abdbd382c 100644 --- a/app/Config/mail.php +++ b/app/Config/mail.php @@ -11,7 +11,7 @@ return [ // Mail driver to use. - // Options: smtp, mail, sendmail, log + // Options: smtp, sendmail, log, array 'driver' => env('MAIL_DRIVER', 'smtp'), // SMTP host address