> For the complete documentation index, see [llms.txt](https://docs.yaycommerce.com/yaysmtp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yaycommerce.com/yaysmtp/how-to-set-up-smtps/how-to-connect-other-smtp-hotmail-live.md).

# How to Connect Hotmail / Live

**SMTP Details for Hotmail / Live**

**Host:** smtp.office365.com\
**Encryption:** TLS\
**SMTP Port:** 587\
**Authentication:** On\
**Username:** Your Hotmail account email (e.g. <bruce@hotmail.com>)\
**Password:** You will need to generate an app password for your account.

You need to input the above details into the YaySMTP settings area accordingly, then[ Login to your Microsoft](https://login.live.com/) account and go to **Account security settings** by logging into your Microsoft account and click **Advanced security options** to open up additional security settings or [click here](https://account.microsoft.com/security?lang=en-US).

![](/files/-MRgA4zej4dnGrEgDsDo)

On the next screen, you’ll need to activate 2-Factor Authentication **(2FA)** for your account, if you haven’t already, saving this settings will return you to the Security page and if it does not then go back to the security settings page or [just click here](https://account.live.com/proofs/manage/additional), scroll down the page and click on **Create a new app password.**

![](/files/-MRgACn5zIEhyXfpqT2K)

![](/files/-MRgAHcmD90Yp87o_yF0)

Copy and paste the password inside the password field on your website's YaySMTP settings screen, click **save.**

![](/files/-MRgAQizudWvpC_GoXq7)

Now you have successfully integrate Hotmail/Live SMTP server into your WordPress site!

Happy Sending!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.yaycommerce.com/yaysmtp/how-to-set-up-smtps/how-to-connect-other-smtp-hotmail-live.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
