mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 16:35:53 +02:00
[GH-ISSUE #426] Rundeck - publish via email - EOF #333
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#333
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 @demogorgonz on GitHub (Oct 5, 2022).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/426
Seems like it is parsing problem for smtp server.
To replicate problem, setup email notification on any job status to send email to ntfy-$channel@ntfy.sh
For example i have tried public instance and sent email to
ntfy-aaab@ntfy.sh@binwiederhier commented on GitHub (Oct 5, 2022):
Emails from other systems work, so I wouldn't say it's necessarily a problem on ntfy side. Can you enable
TRACEmode in ntfy and capture the full email?@demogorgonz commented on GitHub (Oct 5, 2022):
Sure thing, i have edited sensitive information like domain/username.
trace.ntfy.log
@demogorgonz commented on GitHub (Oct 5, 2022):
By the way i have fiddled with custom email templates too more info, added just 1 line html/md.. same result.
Edit: this email from trace is accepted by any MTA without EOL or any problems.
@binwiederhier commented on GitHub (Oct 5, 2022):
Rundeck seems to send a double-multipart HTML-only email, without a
text/plainpart. Only HTML, which is why it cannot be parsed. I don't want to get into the HTML parsing business. If you can make Rundeck send plain text emails it'll likely work.@demogorgonz commented on GitHub (Oct 5, 2022):
I will leave config which works for Rundeck:
Template is from this source
These settings should be set on email on rundeck side:
@binwiederhier commented on GitHub (Oct 5, 2022):
If you like, you can leave this as an example in the example docs: https://github.com/binwiederhier/ntfy/blob/main/docs/examples.md
Just create a short section and include the screenshot. It'll help others in the future.
@demogorgonz commented on GitHub (Oct 5, 2022):
I will make PR a bit later :) thank you for quick response.