YunoHost-Apps / bookstack_ynh

BookStack package for YunoHost
https://www.bookstackapp.com/
GNU General Public License v3.0
12 stars 3 forks source link

Email notifications not working #160

Open thardev opened 5 months ago

thardev commented 5 months ago

Describe the bug

It seems that after configuring properly email notifications and subscribing to a book or shelve, the email notifying for changes is never sent.

Context

Steps to reproduce

Expected behavior

An email is sent to the subscribed people on each book/shelve on every change, to the email address configured on each profile individually.

Logs

Screenshot 2024-03-12 at 18 57 37
thardev commented 5 months ago

I'll add here a possible solution to this, or at least what I've done in my system to make it work.

I've added the user bookstack to the group postdrop and that seems to solve at least that warning in the logs, but in order that the emails are sent properly, I still have to additionally run the command php8.2 /var/www/bookstack/artisan queue:listen so the emails are processed and sent.