> ## Documentation Index
> Fetch the complete documentation index at: https://docs.telzino.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Send Email

> How to configure and use the Send Email function in Telzino agents.

The Send Email function allows your agent to send an email with any content to any destination email address. This allows your agent to send requested information to callers such as custom booking links. This function is different than the Notify function email in which the Send Email function can be used during or after agent conversations (just be specific in the instructions when you want the function to be used).

Emails that are sent from your Telzino agent will use the SMTP service configured for the agent. Your agent will generate a relevant Subject Line per the conversation as well as help generate the body of the email. These factors can be influenced by the instructions you provide.

## Adding a Send Email Function

To add a Send Email function to your agent:

1. Log into your account and navigate to the agent editor.
2. Click the Add button in the Functions section and then select the "Send Email During Call" function.

<Columns cols={2}>
  <Column>
    <Frame>
      <img src="https://mintcdn.com/telimatic/gYTiEEoM8khXLcy8/images/Add-Function.png?fit=max&auto=format&n=gYTiEEoM8khXLcy8&q=85&s=1738fa0a93972ce8989167842aa1d42f" alt="Send Email" title="Send Email" lightAlt="Send Email" darkAlt="Send Email" className="dark:hidden" width="839" height="708" data-path="images/Add-Function.png" />

      <img src="https://mintcdn.com/telimatic/3ZWoi2tMFfmTsbdy/images/Send-Email.png?fit=max&auto=format&n=3ZWoi2tMFfmTsbdy&q=85&s=af5f1a621b4d5d63e9f9dc208f738a0f" alt="Send Email" title="Send Email" lightAlt="Send Email" darkAlt="Send Email" className="hidden dark:block" width="751" height="391" data-path="images/Send-Email.png" />
    </Frame>
  </Column>

  <Column>
    <Frame>
      <img src="https://mintcdn.com/telimatic/3ZWoi2tMFfmTsbdy/images/Send-Email-1.png?fit=max&auto=format&n=3ZWoi2tMFfmTsbdy&q=85&s=d436d39258cd20d5edcdee0f8b0d637f" alt="Send Email 1" width="751" height="391" data-path="images/Send-Email-1.png" />
    </Frame>
  </Column>
</Columns>

## Configuring the Send Email Function

Once added, you need to provide instructions to the agent on how and when to use the Send Email function. You will specify:

* **Conditions**: When you have captured and confirmed the caller's email address.
* **Email Recipients**: The confirmed caller's email address.
* **Content**: Any specific information you want added into the email including URLs and links.

### Example Instructions

Here is an example of how you might configure a Send Email function:

```plaintext theme={null}
- **Condition**: After you have confirmed the caller's email address.
- **Email Recipients**: Send the email to the caller's email address.
- **Content**: Let the caller know to use this link https://square.site/book/test/test-tenant to book their requested consultation.
```

## Use Cases

Send Email functions can be used in various scenarios:

* **Custom Booking Links**: Email your custom booking links to callers.
* **Content Delivery**: A subscriber or fan calls requesting access to exclusive content.

Explore our functions to see how Telzino can transform your business interactions!
