# How to email customers their license key interactively from the QLM Management Console

You can use the QLM Management Console to email your customer any information related to their license key. QLM supports sending emails via Outlook or via an SMTP server. To configure the SMTP server, go to the Manage Keys tab, click Options then select the SMTP server tab.

To send an email to one or several customers:

* Go to the Manage Keys tab
* Click the Mail / Templates button
* Select an existing template or click New to create a new template
* Write the content of your emai. In the email subject and body, you can use variables such as %ActivationKey%, %ComputerKey%, %FullName%, etc. Any column in the grid view can be used as a variable.
* Save your template
* In the grid, locate the customers that you want to send an email to and select all the relevant rows.
* Click the Mail / Send button
* Select the template you just created
* Select the Email Profile and Account to send the email via Outlook or SMTP
* The recipient should already be populated. You can add additional recipients and bcc.
* Modify the subject field and the body if needed.
* Click Send


---

# 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/how-to-email-customers-their-license-key-interactively-from-the-qlm-management-console.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.
