# How to use SMTP to send emails

The QLM Management Console can send emails via SMTP, Microsoft Graph API, or the Gmail API.

&#x20;To configure the QLM Management Console to send emails via SMTP:

* Launch the QLM Management Console
* Go to the Manage Keys tab
* Click Options in the Tools section
* Go to the SMTP Server tab
* Enable SMTP
* Enter the proper values for all the fields
* Click the Test button to send a test email.
* To apply the same settings to the License Server, click the ![](/files/HEYBeHvJ6PhgTog8l3ZE) button or check the box "Server Settings"
* Click Ok

Once SMTP setup, it will be displayed as an option in any QLM component that can send emails.


---

# 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.soraco.co/docs/email-framework/configuration/how-to-use-smtp-to-send-emails.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.
