From: Dan Brown Date: Sat, 27 Mar 2021 15:56:36 +0000 (+0000) Subject: Removed mentions of 'mail' mail driver X-Git-Tag: v21.04~1^2~6 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/f02cfd8271170ff72b303ce69531206e9d33faff Removed mentions of 'mail' mail driver Closes #2657 --- 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