Skip to content

Commit 4bf0090

Browse files
authored
Update README.md
1 parent 8ec5d7d commit 4bf0090

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ Uses the "client credentials" flow from Microsoft for generating the bearer toke
66

77
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.
88

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.
1112

1213
> Make sure the port is set to 587
1314
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

Comments
 (0)