So, coherence is using swoosh to send emails.
I read from their docs, that there is no pre-defined behavior to send emails asynchronously, but to use elixir's Task.
But then, the method that is in charge of sending email in coherence is there and is not configurable.
So it means there is no way to send emails in the background but by forking the repo? Shouldn't there be an option for that? At least a small sendAsync: true option?
Has anyone had the issue and found a solution?
I am aware the repo is unmaintained, but I don't feel like cloning it: I am already maintaining my own fork of ex_admin, it is enough... 😓
Thanks
So, coherence is using swoosh to send emails.
I read from their docs, that there is no pre-defined behavior to send emails asynchronously, but to use elixir's
Task.But then, the method that is in charge of sending email in coherence is there and is not configurable.
So it means there is no way to send emails in the background but by forking the repo? Shouldn't there be an option for that? At least a small
sendAsync: trueoption?Has anyone had the issue and found a solution?
I am aware the repo is unmaintained, but I don't feel like cloning it: I am already maintaining my own fork of ex_admin, it is enough... 😓
Thanks