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

# Connect your app to Resend

> Connect your app to Resend to send transactional and marketing emails from Lovable apps using your own Resend account.

export const connector_0 = "Resend"

[Resend](https://resend.com/) is an email API platform for sending and managing email delivery. The Resend app connector lets your Lovable apps call Resend from your workspace using a managed workspace-level connection.

Each Resend connection uses your own Resend API credentials. After it is connected, projects in your workspace can use the connection to send emails through your Resend account.

Use the Resend connector when your app needs to send email as part of product workflows, such as confirmations, notifications, or campaign-related messages.

Use another path when:

* You only need Lovable Cloud authentication emails from your custom domain. In that case, see [Custom emails](/features/custom-emails).
* You need each end user to connect their own email provider account separately. App connectors are workspace-level, not per-end-user connections.

## Common use cases and example apps

| Example app       | Example prompt                                                                             | Description                                                     |
| :---------------- | :----------------------------------------------------------------------------------------- | :-------------------------------------------------------------- |
| Order updates app | *Send an order confirmation email through Resend after checkout.*                          | Send transactional confirmations when users complete an action. |
| Booking platform  | *When a booking is created, email the customer and the internal team through Resend.*      | Trigger multi-recipient operational emails from one workflow.   |
| User onboarding   | *Send a welcome email series through Resend when a new account is created.*                | Automate onboarding touchpoints tied to app events.             |
| Newsletter        | *Create a newsletter signup flow that stores subscribers and sends campaigns with Resend.* | Build list and campaign flows using your Resend setup.          |

## How Resend connections work

Each Resend connection uses one Resend API key.

Within your Lovable workspace:

* You can create multiple Resend connections.
* Each connection is a separate credential setup.
* Multiple projects can use the same connection.

This helps you separate environments, such as staging and production.

## How to connect Resend

Workspace **admins** and **owners** can connect Resend.

When a connection is created, Resend becomes available across all projects in the workspace.

### Requirements and billing

* **Available on:** all plans
* **Connector roles:** workspace admins and owners can create and manage Resend connections
* **Additional admin controls:** on Business and Enterprise plans, workspace admins and owners can enable or disable app connector availability at the workspace level
* **Prerequisites:** a Resend account and a Resend API key
* **Recommended for production:** verify your sending domain in Resend before high-volume sending

<Note>
  Resend usage and pricing are owned by your Resend account. Charges for email sending are billed by Resend, not by Lovable.
</Note>

<Warning>
  App connector connections are workspace-level. Anyone in the workspace who can use connected projects can use the Resend connection in those projects.
</Warning>

### Set up your Resend connection

<Steps>
  <Step title="Open the connector">
    Open **Connectors** → **App connectors** and select **Resend**.
  </Step>

  <Step title="Add a connection">
    Click **Add connection**.
  </Step>

  <Step title="Name the connection">
    In **Display name**, enter a clear name, for example `Resend Prod` or `Resend Staging`.
  </Step>

  <Step title="Enter credentials">
    Paste your Resend API key in the authentication field.
  </Step>

  <Step title="Create the connection">
    Click **Create**.
  </Step>

  <Step title="Use it in your app">
    Prompt Lovable to add or update email flows that use Resend, then test with real recipient addresses you control.
  </Step>
</Steps>

## FAQ

<AccordionGroup>
  <Accordion title="Do I need a Resend account to use this connector?">
    Yes. You need your own Resend account and API key to create a Resend connection in Lovable.
  </Accordion>

  <Accordion title="Who pays for email sending with this connector?">
    Email sending through this connector is billed by Resend, based on your Resend plan and usage.
  </Accordion>

  <Accordion title="Can I create multiple Resend connections?">
    Yes. You can create multiple connections, for example to separate staging and production environments.
  </Accordion>

  <Accordion title="Can end users connect their own Resend accounts inside my app?">
    Not through this app connector flow. App connectors are configured at workspace level.
  </Accordion>

  <Accordion title="What should I check first if emails are not sending?">
    Verify your API key, confirm sender/domain setup in Resend, and check Resend activity/logs for rejected or failed sends.
  </Accordion>
</AccordionGroup>

## Limitations

* A Resend app connector is a workspace-level credential, not a per-user email login flow.
* For production reliability, verify your sending domain in Resend and monitor delivery/rejection activity in Resend logs.
* If a connected project stops sending after connector changes, open the connection and confirm it is still linked to the project.

## How to unlink projects from a {connector_0} connection

Editors and above can remove specific projects from a connection without deleting the connection entirely. The connection will remain available for other projects.

To unlink projects:

<Steps>
  <Step title="Open Connectors">
    Open **Connectors**, then go to **App connectors**, and select **{connector_0}**.
  </Step>

  <Step title="Open the connection">
    Open the connection you want to manage.
  </Step>

  <Step title="Select projects">
    Under **Linked projects**, check the projects you want to unlink.
  </Step>

  <Step title="Confirm">
    Click **Unlink projects** and confirm.
  </Step>
</Steps>

When unlinked, those projects will no longer have access to {connector_0} through this connection. If a project needs {connector_0} again, you can link it to any available connection.

## How to delete a {connector_0} connection

Workspace admins and owners can delete {connector_0} connections.

<Warning>
  Deleting a connection is permanent and cannot be undone. It will remove the credentials from all linked projects, and any apps using this connection will stop working until a new connection is added.
</Warning>

Before deleting, review the **Linked projects** section to see which projects are currently using the connection.

To delete a connection:

<Steps>
  <Step title="Open Connectors">
    Open **Connectors**, then go to **App connectors**, and select **{connector_0}**.
  </Step>

  <Step title="Open the connection">
    Open the connection you want to remove.
  </Step>

  <Step title="Review linked projects">
    Review the **Linked projects** section.
  </Step>

  <Step title="Delete">
    Under **Delete this connection**, click **Delete** and confirm.
  </Step>
</Steps>
