> ## Documentation Index
> Fetch the complete documentation index at: https://domoinc-openapi-sync-dataflows.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Emailing a Visualization Card

export const InlineImage = ({src, alt = '', height = '1.6em'}) => {
  return <img noZoom src={src} alt={alt} style={{
    display: 'inline',
    verticalAlign: 'start',
    height: height,
    margin: '0'
  }} />;
};

You can email a Visualization Card from either the Dashboard or the Details view. If you email a Card from the Details view when filters are applied, those filters are applied in the email version of the Card. For more information about applying filters, see [Adding Filters to Your Chart](/s/article/360042924074). This option is available *only* for Visualization Cards (that is, you cannot email Notebook Cards, Sumo Cards, Document Cards, etc.). However, all chart types are supported, including tables.

If data in a Card is filtered due to PDP policies, those filters are applied in the emailed version.

**To email a Visualization Card,**

1. Do either of the following:

   * (Conditional) If you are on the Dashboard, mouse over the Card that you want to email, click
     <InlineImage src="/images/kb/ka05w00000123Qo-00N5w00000Ri7BU-0EM5w000005vOAX.png" /> > **Send / Export**.

     The **Export** dialog opens.
   * (Conditional) If you are in the Details view, click
     <InlineImage src="/images/kb/ka05w00000123Qo-00N5w00000Ri7BU-0EM5w000005vOAd.png" /> > **Send / Export**.

     The **Export** dialog opens.
2. Select **Email**.
3. Enter one of the following in the **Send to people and groups** field:

   * The recipient's email address (if they are not a user in the Domo instance.)
   * The name of a user.
   * The name of a Group that contains the desired users.
4. Click **Add**.

   <Note>
     **Note:** Only one Email, User, or Group can be added at a time. Repeat steps 3 and 4 until you have added all the people you would like to receive the Card.
   </Note>

   <Frame>
     <img alt="UI_of_Emailing_a_KPI_Card.png" src="https://mintcdn.com/domoinc-openapi-sync-dataflows/blcgkVgnZv6gj_XY/images/kb/ka05w00000123Qo-00N5w00000Ri7BU-0EM5w000005vOAV.png?fit=max&auto=format&n=blcgkVgnZv6gj_XY&q=85&s=4c70930d06ae97244354fa1a6bdf9b81" width="1032" height="786" data-path="images/kb/ka05w00000123Qo-00N5w00000Ri7BU-0EM5w000005vOAV.png" />
   </Frame>
5. (Optional) Check the box: **Include a spreadsheet of your data as an attachment**, if desired.
6. Click **Send**.
