mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-15 15:45:49 -06:00
[GH-ISSUE #1140] Outgoing e-mails from SMTP sender are missing a Date header #802
Labels
No labels
ai-generated
android-app
android-app
android-app
build
build
dependencies
docs
enhancement
enhancement
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
server
server
unified-push
web-app
website
🔒 security
🔥 HOT
🪲 bug
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ntfy#802
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 @pcouy on GitHub (Jun 29, 2024).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1140
🐞 Describe the bug
I'm trying to configure the SMTP sender on my self-hosted ntfy server, with my self-hosted mail server using Docker Mailserver. Mails sent by ntfy get bounced by amavis and are never delivered. The mail server works fine otherwise, and other self-hosted services are able to use it without issues.
💻 Components impacted
ntfy server running with Docker
💡 Screenshots and/or logs
When setting the
Fromfield to an address with an inbox, I'm able to get the following error message in the bounce notification🔮 Additional context
I'm not familiar with Go but I'll try submitting a PR