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

# Notifications

> Send transactional emails and marketplace notifications with Resend.

<Note>
  This guide is being written. The outline below is the intended structure.
</Note>

<Info>
  **Two notification surfaces.** Mercur sends provider-backed transactional email (seller approvals, invites, order events) *and* keeps an in-app vendor notification feed in the Vendor Portal. The email side uses Medusa's standard notification-provider model — Resend is the documented default, but any Medusa notification provider plugs in the same way.
</Info>

## What Resend powers

The emails and notifications Mercur sends, and where they're triggered.

<Steps>
  <Step title="Prerequisites">
    Resend account, API key, and environment variables.
  </Step>

  <Step title="Configure the provider">
    Wire Resend as the notification provider.
  </Step>

  <Step title="Send a test notification">
    Trigger a test notification and confirm delivery.
  </Step>
</Steps>

## Verify

Trigger a test notification and confirm delivery.

## Next steps

<CardGroup cols={2}>
  <Card title="Search" href="/rc/resources/integrations/search" />

  <Card title="Deploy to Medusa Cloud" href="/rc/resources/deployment/medusa-cloud" />
</CardGroup>
