mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #918] E-mail publishing, attachment limited to 4ko file size #643
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#643
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 @adamaen87 on GitHub (Oct 17, 2023).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/918
🐞 Describe the bug
I'm using E-mail publishing (local only email) to send notifications from differents docker services in OpenMediaVault. The smtp server is configured with ntfy. Everything works with no problem except one bug. I have a snapraid script (snapraid-aio-script on github) configured as a scheduled task (cron) and send the output via email to ntfy. The message is more than 4k so the notification is send with an attachment as intended. But for some reason the file is always limited to 4ko size and is truncated.
💻 Components impacted
ntfy server, Android app
💡 Screenshots and/or logs
🔮 Additional context
@binwiederhier commented on GitHub (Nov 20, 2023):
The ntfy message limit is 4k for various reasons. There is a ticket around increasing it (https://github.com/binwiederhier/ntfy/pull/836), but the consequences of doing that is not known. I'll likely merge this soon, but expose the option at your own risk.
So for all intents and purposes, this is a dup of #836