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

# Resend

The Resend destination sends transactional emails using the **Resend API**. All recipient and content information comes from your incoming data. You can send one email per row or one email per group when using Group By.

<Note>
  You need a **Resend API key** from [resend.com/api-keys](https://resend.com/api-keys). Make sure to verify your sending domain in Resend so emails can be delivered.
</Note>

### Setup

<Steps>
  <Step title="Credentials">
    Create a Resend destination and complete the **Credentials** step:

    * **Resend API key** (required): Your API key from Resend (starts with `re_`).
    * **From email**: Sender address for outgoing emails. Must be from a verified domain in Resend. Defaults to [noreply@less.tech](mailto:noreply@less.tech) if empty.
    * **From name**: Display name for the sender.
  </Step>
</Steps>

### On the Canvas

Check this [guide](/destinations/emails) to see how to use emails destinations on the Canvas.
