mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #231] Feature-Request: connect to existing SMTP server #184
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#184
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 @SMAW on GitHub (May 1, 2022).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/231
Connect to an existing SMTP server, to check for mail, and make it an notification.
@binwiederhier commented on GitHub (May 4, 2022):
SMTP is the protocol used to send mail, not to check for mail. What is it you want to achieve?
I think you'd like to publish notifications via email, which can already be achieved with email publishing (as I believe you know). ntfy ships with a tiny SMTP server to handle incoming mail. If you'd like to use your own mailserver, you can still do that by simply forwarding email for certain addresses to ntfy's mail server.
Example:
In this example,
You'll still have to do the DNS/MX setup as described in docs though.
@binwiederhier commented on GitHub (May 22, 2022):
Closing for inactivity. Happy to reopen and discuss more.