mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-25 22:05:51 +03:00
[PR #580] [MERGED] feat: |Worker| support send mail by SMTP #639
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#639
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/580
Author: @dreamhunter2333
Created: 2/15/2025
Status: ✅ Merged
Merged: 2/15/2025
Merged by: @dreamhunter2333
Base:
main← Head:feature/dev📝 Commits (1)
b26a6e3feat: |Worker| support send mail by SMTP📊 Changes
7 files changed (+118 additions, -12 deletions)
View changed files
📝
CHANGELOG.md(+1 -0)📝
vitepress-docs/docs/zh/guide/common-issues.md(+4 -4)📝
vitepress-docs/docs/zh/guide/config-send-mail.md(+54 -2)📝
worker/package.json(+2 -1)📝
worker/pnpm-lock.yaml(+8 -0)📝
worker/src/mails_api/send_mail_api.ts(+45 -4)📝
worker/src/types.d.ts(+4 -1)📄 Description
User description
#334
PR Type
Enhancement, Documentation
Description
Added support for sending emails via SMTP.
Updated documentation for configuring SMTP and sending emails.
Enhanced error messages for email sending failures.
Updated dependencies to include
worker-mailer.Changes walkthrough 📝
send_mail_api.ts
Add SMTP email sending functionalityworker/src/mails_api/send_mail_api.ts
types.d.ts
Add SMTP configuration typeworker/src/types.d.ts
SMTP_CONFIGto theBindingstype.CHANGELOG.md
Update changelog with SMTP featureCHANGELOG.md
common-issues.md
Document SMTP email sending in common issuesvitepress-docs/docs/zh/guide/common-issues.md
config-send-mail.md
Add SMTP configuration guidevitepress-docs/docs/zh/guide/config-send-mail.md
package.json
Add worker-mailer dependencyworker/package.json
worker-mailerdependency.pnpm-lock.yaml
Update lock file with worker-mailerworker/pnpm-lock.yaml
worker-mailer.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.