Skip to content

Commit

Permalink
Fix Outlook SMTP server typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KoviRobi committed Dec 4, 2024
1 parent 77d2292 commit 0302a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ You can also manually edit your own configuration, from scratch:
backend.auth.raw = "*****"

message.send.backend.type = "smtp"
message.send.backend.host = "smtp.mail.outlook.com"
message.send.backend.host = "smtp-mail.outlook.com"
message.send.backend.port = 587
message.send.backend.encryption = "start-tls"
message.send.backend.login = "[email protected]"
Expand Down

0 comments on commit 0302a77

Please sign in to comment.