[PR #67] [MERGED] WIP: mail publish #1214

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

📋 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: mainHead: mail-publish


📝 Commits (9)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/binwiederhier/ntfy/pull/67 **Author:** [@binwiederhier](https://github.com/binwiederhier) **Created:** 12/27/2021 **Status:** ✅ Merged **Merged:** 12/28/2021 **Merged by:** [@binwiederhier](https://github.com/binwiederhier) **Base:** `main` ← **Head:** `mail-publish` --- ### 📝 Commits (9) - [`3001e57`](https://github.com/binwiederhier/ntfy/commit/3001e57bcc55cd698c0b962b997c4fcb364626f2) WIP: mail publish - [`7eaa92c`](https://github.com/binwiederhier/ntfy/commit/7eaa92cb20923d2467fe01c994f29c407ca1e7c7) WIP - [`e7f8fc9`](https://github.com/binwiederhier/ntfy/commit/e7f8fc93e4b3d7debb267eaebba83270e7685202) Working prefix - [`01a1d98`](https://github.com/binwiederhier/ntfy/commit/01a1d981cfd763b2aee031a3e71b573efff5ed21) fix nil pointer - [`7cfe909`](https://github.com/binwiederhier/ntfy/commit/7cfe909644b1d56150c836047d95934c5ced2285) CLI arguments - [`113053a`](https://github.com/binwiederhier/ntfy/commit/113053a9e33ec268dd1cc3e7182bec57f4f05999) Fix encoding issues - [`04719f8`](https://github.com/binwiederhier/ntfy/commit/04719f8dee03e27544932ddc76c8bcc37d30a08b) Flip title and message if message is empty - [`a46a520`](https://github.com/binwiederhier/ntfy/commit/a46a520bcaaaa0d4947e10cd5d12ef6ba96a78f9) Fix tests - [`dac8839`](https://github.com/binwiederhier/ntfy/commit/dac88391c19bf21943a61da7e003d560160d16a2) Docs docs docs ### 📊 Changes **15 files changed** (+595 additions, -55 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Relates to #66 --- <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:02 +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#1214
No description provided.