mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[PR #62] [MERGED] WIP: Send emails #1210
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#1210
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/binwiederhier/ntfy/pull/62
Author: @binwiederhier
Created: 12/23/2021
Status: ✅ Merged
Merged: 12/25/2021
Merged by: @binwiederhier
Base:
main← Head:email📝 Commits (7)
873c57bSend emails7280ae1Email rate limiting + tests6b46eb4A mutex in a test struct ...f553cdbContinued e-mail support11b5ac4Fully working email feature3bc8ff0Docs8a625efDocs, and fixing tests📊 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.