> For the complete documentation index, see [llms.txt](https://docs.cloudassert.com/azure-stack-hub-multi-stamp-management/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudassert.com/azure-stack-hub-multi-stamp-management/2012.3/installation/configuration/configure-automated-emails.md).

# Configure Automated Emails

In the **Admin Portal** navigate to VConnect → Settings → Azure Stack Hub - Notifications Settings page to configure the settings.

| Parameter Name                          | Description                                            |
| --------------------------------------- | ------------------------------------------------------ |
| Stamp Summary Email Generation Enabled? | Enable / disable to send email reports                 |
| Stamp Summary Generation Hours          | Specify time to send out email reports. (E.g. 7,14,20) |
| Stamp Summary Email Subject             | Email subject of the summary reports                   |

{% hint style="info" %}
[SMTP Settings](/azure-stack-hub-multi-stamp-management/2012.3/installation/configuration/configure-smtp-settings.md) needs to configure in order to use this feature. Email report templates can be customized. Please contact product support for help.
{% endhint %}

![](/files/-MF0f7qYt9WzcVZIPbBR)

### Configure Email Notification for Different Stamp Categories

#### VConnect Resource Provider VM

1. Open an elevated PowerShell window, navigate to the folder where VConnect.exe tool (C:\CloudAssert\Tools\VConnectTool) is available.
2. Run the following command to send email notification for different distribution list by stamp category.

```
.\VCONNECT.EXE AddOrUpdateAppSetting AzSAdminNotifications SendAzSAdminNotificationByCategory true /isEncrypted:false /VConnectApiEndpoint:https://localhost:44305 /VConnectApiUserName:cloudassertadminuser /VConnectApiPassword:winter@Olympics22
```

3\. Run the following command to add different stamp category and email distribution list for the category.

{% hint style="info" %}
Ensure that the stamp category added is specified in 'Category' field when configuring [Tags](/azure-stack-hub-multi-stamp-management/2012.3/installation/configuration/configure-a-new-azure-stack-stamp/configure-an-azure-ad-stamp.md#tags) in [Configure a new Azure Stack Hub Stamp](/azure-stack-hub-multi-stamp-management/2012.3/installation/configuration/configure-a-new-azure-stack-stamp.md) step.
{% endhint %}

```
.\VCONNECT.EXE AddOrUpdateAppSetting AzSCategoryEmailSubscribers <StampCategory> <EmailDistributionList> [/VConnectApiEndpoint:<String>] [/VConnectApiUserName:<String>] [/VConnectApiPassword:<String>]

E.G. 1:
.\VCONNECT.EXE AddOrUpdateAppSetting AzSCategoryEmailSubscribers Prod admin@cloudassert.com,contact@cloudassert.com /VConnectApiEndpoint:https://localhost:44305 /VConnectApiUserName:cloudassertadminuser /VConnectApiPassword:winter@Olympics22

E.G. 2:
.\VCONNECT.EXE AddOrUpdateAppSetting AzSCategoryEmailSubscribers UAT support@cloudassert.com /VConnectApiEndpoint:https://localhost:44305 /VConnectApiUserName:cloudassertadminuser /VConnectApiPassword:winter@Olympics22
```


---

# 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.cloudassert.com/azure-stack-hub-multi-stamp-management/2012.3/installation/configuration/configure-automated-emails.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.
