mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-26 14:25:50 +03:00
[PR #274] [MERGED] feat: add resend for send mail #504
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudflare_temp_email#504
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:feature/dev📝 Commits (1)
64ee416feat: 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.