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

# 邮件服务配置指南

> 邮件服务配置技巧,包括 Resend 和 SMTP 配置.

## 使用技巧

### 使用 Resend 配置邮件服务

Resend 是一个现代化的电子邮件 API,适合在项目中发送交易和营销邮件.

**获取 API 密钥步骤**:

1. 前往 [resend.com](https://resend.com) 并注册帐户
2. 验证您的电子邮件地址
3. 在 Resend 仪表板中点击 **API Keys**
4. 点击**创建 API 密钥**
5. 为其命名（例如,"superun App"）
6. 复制 API 密钥（以 `re_` 开头）
7. 确保其安全,切勿在客户端代码中公开它

**在 superun 中使用**:
当您需要在 superun 项目中使用 Resend 时,只需在对话中提及即可.superun 会自动提示您输入 Resend API 密钥.只需贴上从 Resend 复制的 API 密钥,superun 会自动处理其余的配置.

如需详细的 Resend 集成说明,请参考:

<Card title="Resend 集成指南" icon="envelope" href="/superun/integrations/resend" horizontal>
  完整的 Resend 集成教程,包含 API 配置和使用说明.
</Card>

***

### 使用个人网易邮箱配置 SMTP

如果需要在项目中配置邮件服务,可以使用个人网易邮箱快速配置 SMTP.

**适用场景**:

* 产品验证阶段
* 内部通知
* 测试邮件功能

**优势**:

* 无需企业资质
* 配置简单快速（5 分钟完成）
* 成本低

如需详细的配置步骤和常见问题排查,请参考专门的配置指南.
