Given a user model and a post model, what is the best way to send mass email to all users when a new post is made without it clogging the application process?
Putting it in the controller halts the application. I was also looking into Active Job but it seems that it is not event driven.