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

# Scheduling Emails

From the Dashboard tab, you can open the Set Up Email modal for each of your
dashboards. This modal contains options to configure how and when your emails
get sent out to each of your customers.

<img src="https://mintcdn.com/explo/4Y9DMZyhe_6AAnca/images/dashboard-features/scheduling-emails-1.png?fit=max&auto=format&n=4Y9DMZyhe_6AAnca&q=85&s=6c48e403125b90a19e791903e7bd94ce" alt="" width="1240" height="1238" data-path="images/dashboard-features/scheduling-emails-1.png" />

When emails for your dashboard are sent out, they are sent to each of the emails
you've set up for your customers. The dashboard is populated with
the data for the corresponding customer. See the
[customer api documentation](/api-reference/customer-api/get-or-create) for more
information about how to configure customers.

<Note>
  Note that you must have emails set for your team's customers in order for
  emails to be sent.
</Note>

<Note>
  If a dashboard version is tagged with an `email` environment tag, that version
  will be used for the emails. Otherwise, the version tagged with `production`
  will be used.
</Note>

### Email Frequency

There are three options available for email frequency: daily, weekly, and
monthly. The daily frequency sends emails out every day at the given time, the
weekly frequency sends out each week on the specified day at the given time, and
the monthly sends out on the given occurence of the specified day at the given
time.

Weekly Frequency Options

<img src="https://mintcdn.com/explo/4Y9DMZyhe_6AAnca/images/dashboard-features/scheduling-emails-2.png?fit=max&auto=format&n=4Y9DMZyhe_6AAnca&q=85&s=766729c0b00d7ab1df8052ad3b334bce" alt="Weekly Frequency Options" width="1152" height="328" data-path="images/dashboard-features/scheduling-emails-2.png" />

Monthly Frequency Options

<img src="https://mintcdn.com/explo/4Y9DMZyhe_6AAnca/images/dashboard-features/scheduling-emails-3.png?fit=max&auto=format&n=4Y9DMZyhe_6AAnca&q=85&s=50893f302f1974423cdb50e579600af3" alt="Monthly Frequency Options" width="1150" height="332" data-path="images/dashboard-features/scheduling-emails-3.png" />

### Sending a Test Email

To view what your dashboard will look like in an email, you can send a test
email by supplying an email address in the test email box and hitting "Send
Test." A test email will populate the dashboard with a random customer's
data and will send to the email address you supply.
