We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51a2251 commit 9a35ef9Copy full SHA for 9a35ef9
settings/notifications/mail.md
@@ -22,9 +22,12 @@ MAIL_USERNAME=
22
MAIL_PASSWORD=
23
MAIL_FROM_ADDRESS=
24
MAIL_FROM_NAME=
25
-MAIL_SCHEME=
26
```
27
+{% hint style="info" %}
28
+`MAIL_SCHEME` is optional, only use it if you need to define `smtp` or `smtps` otherwise Laravel will determine the scheme based on the port provided.
29
+{% endhint %}
30
+
31
***
32
33
### Examples
@@ -42,7 +45,6 @@ MAIL_HOST=smtp.gmail.com
42
45
MAIL_PORT=465
43
46
MAIL_USERNAME="username@gmail.com"
44
47
MAIL_PASSWORD="password"
-MAIL_SCHEME=smtps
48
MAIL_FROM_ADDRESS="username@gmail.com"
49
MAIL_FROM_NAME="Speedtest Tracker"
50
0 commit comments