mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 11:21:03 +03:00
SMTP integration #52
Reference in New Issue
Block a user
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 @wayneconnolly on GitHub (Jan 5, 2021).
It would be great to have the option to have notifications sent as an email or even better to have an email digest sent once a day.
@meltyshev commented on GitHub (Jan 5, 2021):
Yep, we definitely should add SMTP settings to make mail notifications. Also, there will be good to have some password reset functionality through the mail.
@wayneconnolly commented on GitHub (Jan 18, 2021):
Absolutely, as it stands, this terrific project isn't used by team members due to never knowing when anything changes. I think it will really gain traction when it has some form of email/digest.
@GlitchWitch commented on GitHub (May 5, 2023):
Any update or eta on this?
@aadityabhatia commented on GitHub (Jan 22, 2024):
ntfy makes push notifications especially easy and might be easier to implement.
@vied12 commented on GitHub (Mar 17, 2024):
Hello, I made this quick PR that sends an email for each "Comment Card" notifications.
Feel free to improve with more notification types support, and configurable settings 🙏
https://github.com/plankanban/planka/pull/631