mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #1206] Missing mandatory header in Email notification #851
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#851
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?
Originally created by @didier13150 on GitHub (Oct 22, 2024).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1206
🐞 Describe the bug
Email notifications sent by my private ntfy instance were not accepted by remote smtp server due to missing header Date (https://tools.ietf.org/html/rfc5322#section-3.6).
Here is the amavis scanner (email spam and virus scanner) report
💻 Components impacted
ntfy server
💡 Screenshots and/or logs
Full email headers
🔮 Additional context
Just add the missing header to email notification to make ntfy perfect 😉
Big thanks to the team
@wunter8 commented on GitHub (Oct 22, 2024):
This has been added to ntfy, but it hasn't been released yet: https://github.com/binwiederhier/ntfy/pull/1141
You can download the current source code and compile ntfy yourself or wait for the next release. (I'm not sure when it will be)
@didier13150 commented on GitHub (Oct 23, 2024):
Thanks for your reply, I just test the main branch and it works like a charm