mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 16:35:53 +02:00
[PR #67] [MERGED] WIP: mail publish #1214
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#1214
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/67
Author: @binwiederhier
Created: 12/27/2021
Status: ✅ Merged
Merged: 12/28/2021
Merged by: @binwiederhier
Base:
main← Head:mail-publish📝 Commits (9)
3001e57WIP: mail publish7eaa92cWIPe7f8fc9Working prefix01a1d98fix nil pointer7cfe909CLI arguments113053aFix encoding issues04719f8Flip title and message if message is emptya46a520Fix testsdac8839Docs docs docs📊 Changes
15 files changed (+595 additions, -55 deletions)
View changed files
📝
README.md(+2 -0)📝
cmd/serve.go(+25 -14)📝
docs/config.md(+49 -5)📝
docs/publish.md(+23 -1)➕
docs/static/img/screenshot-email-publishing-dns.png(+0 -0)➕
docs/static/img/screenshot-email-publishing-gmail.png(+0 -0)📝
go.mod(+2 -0)📝
go.sum(+4 -0)📝
server/config.go(+7 -4)📝
server/server.go(+68 -15)📝
server/server.yml(+24 -10)📝
server/smtp_sender.go(+6 -6)📝
server/smtp_sender_test.go(+0 -0)➕
server/smtp_server.go(+195 -0)➕
server/smtp_server_test.go(+190 -0)📄 Description
Relates to #66
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.