plankanban / planka

The realtime kanban board for workgroups built with React and Redux.
https://planka.app
GNU Affero General Public License v3.0
7.29k stars 676 forks source link

SMTP integration #70

Open wayneconnolly opened 3 years ago

wayneconnolly commented 3 years ago

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 3 years ago

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 3 years ago

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.

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 1 year ago

Any update or eta on this?

aadityabhatia commented 5 months ago

ntfy makes push notifications especially easy and might be easier to implement.

vied12 commented 3 months ago

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 :pray:

https://github.com/plankanban/planka/pull/631