I'm using Laravel to send email, it was working fine, but I don't want to interrupt user workflow on my app, so I chose to use the Queue for sending these email.
I have another jobs that handle file processing, that work without problem, but soon as...