You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,10 @@ Uses the "client credentials" flow from Microsoft for generating the bearer toke
6
6
7
7
Copy the `dot-mail-outlook.local` file to your `autoload` folder (or copy its contents to `mail.global.php`) and fill in the relevant information.
8
8
9
-
**`Dot-mail` configuration MUST use the `esmtp` transport under the `dot_mail.default.transport` key. **
10
-
**`Dot-mail` configuration MUST use the `smtp.office365.com` host under the `dot_mail.default.smtp_options.host` key. **
9
+
`Dot-mail` configuration **MUST** use the `esmtp` transport under the `dot_mail.default.transport` key.
10
+
11
+
`Dot-mail` configuration **MUST** use the `smtp.office365.com` host under the `dot_mail.default.smtp_options.host` key.
11
12
12
13
> Make sure the port is set to 587
13
14
14
-
**`Dot-mail` configuration MUST be updated to set `tls` to `STARTTLS` under the `dot_mail.default.smtp_options.tls` key, for the `AUTH XOAUTH` command.**
15
+
`Dot-mail` configuration **MUST** be updated to set `tls` to `STARTTLS` under the `dot_mail.default.smtp_options.tls` key, for the `AUTH XOAUTH` command.
0 commit comments