# SMTP Email Server

Send and manage emails effortlessly with our server. Utilize multiple SMTP configurations, create reusable email templates, and send bulk emails with ease. Enhance your communication capabilities wit…

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list samihalawa/mcp-server-smtp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get samihalawa/mcp-server-smtp send-email

# Call a tool
npx -y @smithery/cli@latest tool call samihalawa/mcp-server-smtp send-email '{}'
```

## Tools (11)

- `send-email` — Send an email to one or more recipients
- `send-bulk-emails` — Send emails in bulk to multiple recipients with rate limiting
- `get-smtp-configs` — Get all SMTP configurations
- `add-smtp-config` — Add a new SMTP configuration
- `update-smtp-config` — Update an existing SMTP configuration
- `delete-smtp-config` — Delete an SMTP configuration
- `get-email-templates` — Get all email templates
- `add-email-template` — Add a new email template
- `update-email-template` — Update an existing email template
- `delete-email-template` — Delete an email template
- `get-email-logs` — Get logs of all email sending activity

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

---

Source: https://github.com/samihalawa/mcp-server-smtp
