mirror of
https://github.com/axllent/mailpit.git
synced 2026-04-26 16:56:00 +03:00
[GH-ISSUE #435] Add Windows notification #277
Labels
No labels
awaiting feedback
bug
docker
documentation
enhancement
github_actions
invalid
pull-request
question
stale
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mailpit#277
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 @diekaines on GitHub (Feb 3, 2025).
Original GitHub issue: https://github.com/axllent/mailpit/issues/435
Hi to all
Would it be possible to have a windows notification popup when new email is received ? For example like this https://github.com/go-toast/toast
And once that notification is clicked to open the browser/tab to view the inbox?
Thanks
@axllent commented on GitHub (Feb 4, 2025):
Hi @diekaines. Although not quite the same thing, Mailpit already has browser-based notifications for new mail.
It's not possible to add in Windows desktop notifications as Mailpit is a network application which often gets run within Docker and/or in a network, and gets used on not only Windows, but also Linux and Mac.