mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #610] TrueNAS Core Email Alerts to Ntfy SMTP Server #457
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#457
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 @Robert-litts on GitHub (Feb 16, 2023).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/610
Good Evening,
Thank you for all the help on Discord on 2/15/23 as we worked through the config of the SMTP server and attempts to get TrueNAS Core E-Mail alerts to publish to Ntfy.
I was able to successfully setup the Ntfy SMTP server and publish an e-mail to it using the command line instructions provided in the configuration documents, to confirm that ports were configured correctly and that Ntfy would receive the message properly. Then, I went to my TrueNAS Core server and ran the same e-mail test from the command line and Ntfy received the e-mail properly. Using the same configuration as the command line, I went to the automatic settings within TrueNAS (System --> Email && System --> Alert Services) and setup my e-mail server to point to Ntfy, but would not receive a notification on Ntfy.
After turning on debugging in the logs, I found the following multi-part messages being received by Ntfy in the logs, but not showing up in my Ntfy app on the Android or Web app. Here is the relevant section of the log which shows the start of the incoming SMTP mail of the failed TrueNAS notification.
@binwiederhier commented on GitHub (Feb 19, 2023):
Fixed in
github.com/binwiederhier/ntfy@e9b05e8ed7andgithub.com/binwiederhier/ntfy@5f75e98861.This was fun!