# SMTP & IMAP

## SMTP

You'll need your email provider's outgoing server settings (SMTP)) To activate email send in approval. Here's a list of those settings for several email providers. If you don't see yours listed here, ask your email provider to give them to you.

<table><thead><tr><th width="129">Email Provider</th><th>SMTP Server</th><th>Port</th><th width="125">Mail to</th><th>Username</th><th>Password</th></tr></thead><tbody><tr><td></td><td></td><td></td><td></td><td></td><td></td></tr><tr><td>Microsoft 365</td><td><a href="http://smtp.office365.com/">smtp.office365.com</a></td><td>587</td><td>Email id</td><td>Email id</td><td>Generate Password from Email setting</td></tr><tr><td></td><td></td><td></td><td></td><td></td><td></td></tr><tr><td>Outlook</td><td><a href="http://smtp-mail.outlook.com/">smtp-mail.outlook.com</a></td><td>587</td><td>Email id</td><td>Email id</td><td>Generate Password from Email setting</td></tr><tr><td></td><td></td><td></td><td></td><td></td><td></td></tr><tr><td>Hotmail</td><td><a href="http://smtp.office365.com/">smtp.office365.com</a></td><td>587</td><td>Email id</td><td>Email id</td><td>Generate Password from Email setting</td></tr><tr><td></td><td></td><td></td><td></td><td></td><td></td></tr><tr><td>Live.com</td><td><a href="http://smtp.office365.com/">smtp.office365.com</a></td><td>587</td><td>Email id</td><td>Email id</td><td>Generate Password from Email setting</td></tr><tr><td></td><td></td><td></td><td></td><td></td><td></td></tr><tr><td>Gmail</td><td><a href="http://smtp.gmail.com">smtp.gmail.com</a></td><td>587</td><td>Email id</td><td>Email id</td><td>Generate Password from Email setting</td></tr><tr><td></td><td></td><td></td><td></td><td></td><td></td></tr><tr><td>Zoho</td><td><a href="http://smtp.zoho.in/">smtp.zoho.in</a></td><td>465</td><td>Email id</td><td>Email id</td><td>Generate Password from Email setting</td></tr><tr><td></td><td></td><td></td><td></td><td></td><td></td></tr><tr><td>GoDaddy</td><td><a href="http://smtpout.secureserver.net/">smtpout.secureserver.net</a></td><td>465</td><td>Email id</td><td>Email id</td><td>Generate Password from Email setting</td></tr></tbody></table>

## **IMAP**

You'll need your email provider's incoming server settings (IMAP) To get invoice visible directly in masters India Inbox. Here's a list of those settings for several email providers. If you don't see yours listed here, ask your email provider to give them to you.

<table><thead><tr><th width="129">Email Provider</th><th width="105">IMAP Server</th><th width="68">Port</th><th width="102">Mail to</th><th width="110">Username</th><th width="150">Password</th></tr></thead><tbody><tr><td></td><td></td><td></td><td></td><td></td><td></td></tr><tr><td>Microsoft 365</td><td><a href="http://outlook.office365.com/">outlook.office365.com</a></td><td>993</td><td>Email id</td><td>Email id</td><td>Generate Password from Email setting</td></tr><tr><td></td><td></td><td></td><td></td><td></td><td></td></tr><tr><td>Outlook</td><td><a href="http://imap-mail.outlook.com/">imap-mail.outlook.com</a></td><td>993</td><td>Email id</td><td>Email id</td><td>Generate Password from Email setting</td></tr><tr><td></td><td></td><td></td><td></td><td></td><td></td></tr><tr><td>Hotmail</td><td><a href="http://outlook.office365.com/">outlook.office365.com</a></td><td>993</td><td>Email id</td><td>Email id</td><td>Generate Password from Email setting</td></tr><tr><td></td><td></td><td></td><td></td><td></td><td></td></tr><tr><td>Live.com</td><td><a href="http://outlook.office365.com/">outlook.office365.com</a></td><td>993</td><td>Email id</td><td>Email id</td><td>Generate Password from Email setting</td></tr><tr><td></td><td></td><td></td><td></td><td></td><td></td></tr><tr><td>Gmail</td><td><a href="http://imap.gmail.com/">imap.gmail.com</a></td><td>990</td><td>Email id</td><td>Email id</td><td>Generate Password from Email setting</td></tr><tr><td></td><td></td><td></td><td></td><td></td><td></td></tr><tr><td>Zoho</td><td><a href="http://imap.zoho.in/">imap.zoho.in</a></td><td>993</td><td>Email id</td><td>Email id</td><td>Generate Password from Email setting</td></tr><tr><td></td><td></td><td></td><td></td><td></td><td></td></tr><tr><td>GoDaddy</td><td><a href="http://imap.secureserver.net/">imap.secureserver.net</a></td><td>993</td><td>Email id</td><td>Email id</td><td>Generate Password from Email setting</td></tr></tbody></table>


---

# Agent Instructions: 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:

```
GET https://docs.mastersindia.co/accounts-payable/configuration/smtp-and-imap.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
