# Email sending (used by Deploya.dev)

Compose and send emails directly from your LLM applications without the hassle of copying and pasting. Integrate seamlessly with Resend's API to streamline your email communication. Enhance your prod…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add Deploya-labs/mcp-resend

# Browse available tools
npx -y @smithery/cli@latest tool list Deploya-labs/mcp-resend

# Get full schema for a tool
npx -y @smithery/cli@latest tool get Deploya-labs/mcp-resend send-email

# Call a tool
npx -y @smithery/cli@latest tool call Deploya-labs/mcp-resend send-email '{}'
```

## Tools (1)

- `send-email` — Send an email using Resend

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get Deploya-labs/mcp-resend <tool-name>
```

---

Source: https://github.com/Deploya-labs/mcp-resend
