Replies: 2 comments 1 reply
-
We have the same problem. If someone unsubscribes and we try to send an email then our whole app dies! Very inconvienient. |
Beta Was this translation helpful? Give feedback.
0 replies
-
unfortunately mailables do not support job middlwares. haven't found a solution so far.. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey all!
We're having a bit of an issue with email sending, namely that the postmark driver throws exceptions in cases were we try to send to someone who has previously bounced. This could be useful, but there's no way to catch and process these on an application level.
This mean that when sending an email in a queued job (sending sync, since we are already on the queue) this exception terminates the job, where really this should let it continue.
Has anyone come up with a way of dealing with this? Our current solution is to just queue the emails as well, but then they are retried because of aforementioned exception being thrown
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions