[PR #62] [MERGED] WIP: Send emails #1210

Closed
opened 2026-05-07 01:01:01 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/binwiederhier/ntfy/pull/62
Author: @binwiederhier
Created: 12/23/2021
Status: Merged
Merged: 12/25/2021
Merged by: @binwiederhier

Base: mainHead: email


📝 Commits (7)

📊 Changes

22 files changed (+739 additions, -71 deletions)

View changed files

📝 client/client_test.go (+2 -0)
📝 client/options.go (+5 -0)
📝 cmd/app.go (+0 -5)
📝 cmd/app_test.go (+11 -0)
📝 cmd/publish.go (+6 -0)
📝 cmd/publish_test.go (+18 -0)
📝 cmd/serve.go (+26 -4)
📝 cmd/subscribe.go (+1 -1)
📝 docs/config.md (+76 -33)
📝 docs/publish.md (+102 -1)
docs/static/img/screenshot-email.png (+0 -0)
📝 server/config.go (+13 -0)
server/mailer.go (+117 -0)
server/mailer_emoji.json (+1 -0)
server/mailer_test.go (+141 -0)
📝 server/server.go (+39 -12)
📝 server/server.yml (+32 -8)
📝 server/server_test.go (+74 -0)
📝 server/visitor.go (+23 -5)
📝 test/server.go (+6 -2)

...and 2 more files

📄 Description

Implements #61


🔄 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/binwiederhier/ntfy/pull/62 **Author:** [@binwiederhier](https://github.com/binwiederhier) **Created:** 12/23/2021 **Status:** ✅ Merged **Merged:** 12/25/2021 **Merged by:** [@binwiederhier](https://github.com/binwiederhier) **Base:** `main` ← **Head:** `email` --- ### 📝 Commits (7) - [`873c57b`](https://github.com/binwiederhier/ntfy/commit/873c57b3d8e3f933c2a534a324afcdffa4fbdcf2) Send emails - [`7280ae1`](https://github.com/binwiederhier/ntfy/commit/7280ae1ebcc6005226e3ff2479c14842a578fb64) Email rate limiting + tests - [`6b46eb4`](https://github.com/binwiederhier/ntfy/commit/6b46eb46e201794f2fffba9ea6e2f103a020e9a4) A mutex in a test struct ... - [`f553cdb`](https://github.com/binwiederhier/ntfy/commit/f553cdb282081b6cb173394a6a40796a59e89183) Continued e-mail support - [`11b5ac4`](https://github.com/binwiederhier/ntfy/commit/11b5ac49c0772ebc618de263177cee32f4b68b70) Fully working email feature - [`3bc8ff0`](https://github.com/binwiederhier/ntfy/commit/3bc8ff0104e413ebad99e61b6b9e1aa2415108fd) Docs - [`8a625ef`](https://github.com/binwiederhier/ntfy/commit/8a625ef786fa3f65a75b66044b8d784339bef45f) Docs, and fixing tests ### 📊 Changes **22 files changed** (+739 additions, -71 deletions) <details> <summary>View changed files</summary> 📝 `client/client_test.go` (+2 -0) 📝 `client/options.go` (+5 -0) 📝 `cmd/app.go` (+0 -5) 📝 `cmd/app_test.go` (+11 -0) 📝 `cmd/publish.go` (+6 -0) 📝 `cmd/publish_test.go` (+18 -0) 📝 `cmd/serve.go` (+26 -4) 📝 `cmd/subscribe.go` (+1 -1) 📝 `docs/config.md` (+76 -33) 📝 `docs/publish.md` (+102 -1) ➕ `docs/static/img/screenshot-email.png` (+0 -0) 📝 `server/config.go` (+13 -0) ➕ `server/mailer.go` (+117 -0) ➕ `server/mailer_emoji.json` (+1 -0) ➕ `server/mailer_test.go` (+141 -0) 📝 `server/server.go` (+39 -12) 📝 `server/server.yml` (+32 -8) 📝 `server/server_test.go` (+74 -0) 📝 `server/visitor.go` (+23 -5) 📝 `test/server.go` (+6 -2) _...and 2 more files_ </details> ### 📄 Description Implements #61 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 01:01:01 +02: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/ntfy#1210
No description provided.