devaslanphp / project-management

An open source Project management tool based on Laravel and Filament
https://devaslanphp.github.io/project-management
MIT License
795 stars 221 forks source link

Notifications system #15

Open heloufir opened 1 year ago

heloufir commented 1 year ago
kilianso commented 1 year ago

Nice project @heloufir! So the current SMTP implementation is only used for signup/signin but not to notify users on assignments, tickets etc. right?

heloufir commented 1 year ago

Hello @kilianso Thanks :) the smtp is used for both authentication system and notification system (ticket created, commented, ...). This issue is created to add the notification configuration (so you can choose to receive or not a notification type).