[PR #274] [MERGED] feat: add resend for send mail #504

Closed
opened 2026-02-26 21:31:31 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dreamhunter2333/cloudflare_temp_email/pull/274
Author: @dreamhunter2333
Created: 5/25/2024
Status: Merged
Merged: 5/26/2024
Merged by: @dreamhunter2333

Base: mainHead: feature/dev


📝 Commits (1)

  • 64ee416 feat: add resend for send mail

📊 Changes

15 files changed (+1588 additions, -77 deletions)

View changed files

📝 CHANGELOG.md (+1 -0)
📝 README.md (+0 -4)
📝 frontend/src/components/SendBox.vue (+17 -9)
📝 vitepress-docs/docs/zh/guide/config-send-mail.md (+29 -0)
worker/eslint.config.js (+19 -0)
📝 worker/package.json (+6 -0)
📝 worker/pnpm-lock.yaml (+1402 -12)
📝 worker/src/admin_api/index.ts (+3 -1)
📝 worker/src/common.ts (+0 -1)
📝 worker/src/mails_api/index.ts (+1 -0)
📝 worker/src/mails_api/send_mail_api.ts (+103 -48)
📝 worker/src/mails_api/webhook_settings.ts (+2 -0)
📝 worker/src/types.d.ts (+4 -0)
📝 worker/src/utils.ts (+1 -1)
📝 worker/src/worker.ts (+0 -1)

📄 Description

No description provided


🔄 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/dreamhunter2333/cloudflare_temp_email/pull/274 **Author:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Created:** 5/25/2024 **Status:** ✅ Merged **Merged:** 5/26/2024 **Merged by:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Base:** `main` ← **Head:** `feature/dev` --- ### 📝 Commits (1) - [`64ee416`](https://github.com/dreamhunter2333/cloudflare_temp_email/commit/64ee4168ccc692152580ae3e0670e74da3c846a6) feat: add resend for send mail ### 📊 Changes **15 files changed** (+1588 additions, -77 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+1 -0) 📝 `README.md` (+0 -4) 📝 `frontend/src/components/SendBox.vue` (+17 -9) 📝 `vitepress-docs/docs/zh/guide/config-send-mail.md` (+29 -0) ➕ `worker/eslint.config.js` (+19 -0) 📝 `worker/package.json` (+6 -0) 📝 `worker/pnpm-lock.yaml` (+1402 -12) 📝 `worker/src/admin_api/index.ts` (+3 -1) 📝 `worker/src/common.ts` (+0 -1) 📝 `worker/src/mails_api/index.ts` (+1 -0) 📝 `worker/src/mails_api/send_mail_api.ts` (+103 -48) 📝 `worker/src/mails_api/webhook_settings.ts` (+2 -0) 📝 `worker/src/types.d.ts` (+4 -0) 📝 `worker/src/utils.ts` (+1 -1) 📝 `worker/src/worker.ts` (+0 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 21:31:31 +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/cloudflare_temp_email#504
No description provided.