Browse Source

fix comment

Taylor Otwell 4 years ago
parent
commit
e43d4546a9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      config/mail.php

+ 2 - 2
config/mail.php

@@ -25,8 +25,8 @@ return [
     | you and you are free to add your own as your application requires.
     |
     | Laravel supports a variety of mail "transport" drivers to be used while
-    | sending an e-mail. You will specify which one you are using for this
-    | mailer here. The mailer is configured to send via SMTP by default.
+    | sending an e-mail. You will specify which one you are using for your
+    | mailers below. You are free to add additional mailers as required.
     |
     | Supported: "smtp", "sendmail", "mailgun", "ses",
     |            "postmark", "log", "array"