# How to send emails for new tickets

TicketLog can optionally send an email to the author when a new ticket is created.

However, some users would like emails sent more broadly to support team members.

It possible to do this from within Azure DevOps itself.

From Azure DevOps:

1. Click **Project Settings** > **Notifications > New subscription**<br>

   <figure><img src="/files/EHDT1rZJCOqzHxfLc8zC" alt="" width="563"><figcaption></figcaption></figure>

2. Select **Work** > **A work item is created**<br>

   <figure><img src="/files/js0tJBqhbC0cjCxR0cMx" alt="" width="563"><figcaption></figcaption></figure>

3. Set 'Deliver to' as 'Custom email address', and set your distribution email address<br>

   <figure><img src="/files/xNGvFdW3yoJW3WrCPsp4" alt="" width="563"><figcaption></figcaption></figure>

4. Add the following Filter clause:
   * Field: **Tags**
   * Operator: **Contains value**
   * Value: **TicketLog**
     * *Value must match the Tag configured in your TicketLog form settings*<br>

       <figure><img src="/files/gChwDcX26dcyE05sfXb4" alt="" width="563"><figcaption></figcaption></figure>

Here is a sample of the email notification people will receive:

<figure><img src="/files/uLyN1u8EywV3bqGBmFUu" alt="" width="563"><figcaption></figcaption></figure>


---

# 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.ticket-log.com/guides/how-to-send-emails-for-new-tickets.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.
