# Mail provider Setup

In the 'Mail Provider' tab in the Mailscheduler configuration, you can configure how you would like to send emails, either with SMTP or with Microsoft Graph, and change the relevant settings.

#### SMTP

<figure><img src="/files/eCsvfrQh3mIsxIOAXeOO" alt=""><figcaption></figcaption></figure>

Here, you can enter your SMTP configuration, and test it by sending a test email by pressing the 'Validate credentials'.

#### Microsoft Graph

<figure><img src="/files/svrUlXZjCvE32BjjsYW9" alt=""><figcaption></figcaption></figure>

To send Emails using Microsoft Graph, please follow the [Sending Emails using the Microsoft Graph API](/mailscheduler/configuration/sending-emails-using-the-microsoft-graph-api.md) guide. Here, you can set your Global "From" address. Please make sure that it matches the email used to log in with Microsoft Graph. The name can be whatever you like.


---

# 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.infotopics.com/mailscheduler/configuration/mail-provider-setup.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.
