mirror of
https://github.com/axllent/mailpit.git
synced 2026-04-26 00:35:51 +03:00
[GH-ISSUE #89] Notification support #59
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#59
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 @fridzema on GitHub (Apr 11, 2023).
Original GitHub issue: https://github.com/axllent/mailpit/issues/89
Should be nice if we can get a notification.
If you are open for a pull request, i can try to implement in the near future.
@axllent commented on GitHub (Apr 11, 2023):
In the off-chance you hadn't noticed, or for anyone else looking for the same thing, browser notifications only work when the website (Mailpit) is accessed over HTTPS. This is a browser security feature, not a Mailpit limitation. Mailpit does support notifications.
@Fydon commented on GitHub (Nov 6, 2024):
My browser (Edge) is set to ask for notification permission, but I wasn't prompted to allow it when selecting the bell icon. However when I used site settings to allow the notification permission, I started receiving notifications. I was already using HTTPS for Mailpit.
@axllent commented on GitHub (Nov 7, 2024):
@Fydon It seems Edge was having a race issue between running that request (for notifications) and closing the modal. I have pushed a fix for this which will be included in the next release (in the next few days). Thanks for reporting.
@axllent commented on GitHub (Nov 8, 2024):
@Fydon The fix has been included in v1.12.2.