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

# Sending emails

> Build and send emails with SQL and Python

# Overview

Email is an excellent way to schedule and send insights and dashboards. We all know executive live in their inbox, best to meet them where they are.

With our **Email Send** cell, you can quickly compose emails with Python variables and objects.

<Frame>
  <img src="https://mintcdn.com/fabiai/t6UNAMEd40zDNLCy/images/send_emails_cell.png?fit=max&auto=format&n=t6UNAMEd40zDNLCy&q=85&s=12db45a0182ab3aefdd34556d9427275" alt="python_dataframe" width="600" height="200" data-path="images/send_emails_cell.png" />
</Frame>

# Configuring email sends

Steps to set up your first pull:

1. In Smartbook or workflow, add a new cell and select **Send Email**
2. Compose your message and insert Python variables using `{{your_dataframe}}`
3. Run the cell

Here's an example message using two DataFrames and an image:

````html theme={null}
Hey there,

Here are the top users in terms of increased widget creation:
{{top_increases}}

Here are the top users in terms of decreased widget creation:
{{top_decreases}}

Users created by month:
{{fig}}```
````
