-
-
Notifications
You must be signed in to change notification settings - Fork 749
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: send emails on Comment Card notifications #631
Conversation
Hi! Thank you for your work 🙏 I'll try to look at and test this soon. |
… navigation to cards and boards for better user experience
…otification function to support email notifications when a card is moved
Works great, thanks again! |
Tried it and it works. :) Thanks! |
Thank you @vied12 . One short question for the config because I don't get Emails yet: Does it have to be SMTP_PORT=587 And is this merge already in |
It depends on what your Mail provider offers Most of them using 465 and 587 for TLS and 25 for non encrypted connections. The mail feature was added in v1.16.0 |
Thanks for wonderful feature again, I'm using Ubuntu 20.04 operating system and planka installed and running by docker. |
Thanks! It works also on cards' movements between columns. Perfect! |
Hi! We don't have this type of notification yet, but we have plans to add it. |
wow it's great to see this feature has been merged! Might consider updating the README to let new comers know that email notification are included :) |
Hi I need some help to set this up. |
Sends emails to notification receivers on Comment Card actions.
New env vars
More action types could be supported in a similar way.
This adds nodemailer as a dependency