[PR #10] [CLOSED] feat(邮件): 添加通过Resend发送邮件的功能 #183

Closed
opened 2026-02-27 09:13:39 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/maillab/cloud-mail/pull/10
Author: @666denb
Created: 6/1/2025
Status: Closed

Base: mainHead: old


📝 Commits (1)

  • 1d36a16 feat(邮件): 添加通过Resend发送邮件的功能

📊 Changes

4 files changed (+115 additions, -1 deletions)

View changed files

📝 mail-vue/.env.remote (+4 -1)
mail-vue/src/components/SendEmail.vue (+87 -0)
mail-vue/src/request/resend.js (+14 -0)
📝 mail-vue/src/router/index.js (+10 -0)

📄 Description

  • 在.env.remote中添加Resend API密钥配置
  • 创建resend.js实现邮件发送和列表获取接口
  • 新增SendEmail.vue组件实现邮件发送表单
  • 在路由中添加发送邮件页面入口

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/maillab/cloud-mail/pull/10 **Author:** [@666denb](https://github.com/666denb) **Created:** 6/1/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `old` --- ### 📝 Commits (1) - [`1d36a16`](https://github.com/maillab/cloud-mail/commit/1d36a16f64bb2a13c59824bba185449e8ace51ed) feat(邮件): 添加通过Resend发送邮件的功能 ### 📊 Changes **4 files changed** (+115 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `mail-vue/.env.remote` (+4 -1) ➕ `mail-vue/src/components/SendEmail.vue` (+87 -0) ➕ `mail-vue/src/request/resend.js` (+14 -0) 📝 `mail-vue/src/router/index.js` (+10 -0) </details> ### 📄 Description - 在.env.remote中添加Resend API密钥配置 - 创建resend.js实现邮件发送和列表获取接口 - 新增SendEmail.vue组件实现邮件发送表单 - 在路由中添加发送邮件页面入口 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 09:13:39 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cloud-mail-maillab#183
No description provided.