Hi. I am trying to send email with queue and Mandrill but it doesnt really work!
It goes to iron and I see the Messages all time increases by 1 instantly, but not to Mandrill. Mandrill doesn't receive the mail send request at all. The delivered stays on zero.
Thanks
Same problem like here. $EmailData['subject'] is null (not defined) because you have access to $EmailData['to'] and $EmailData['message'] in fire method.
No it's not the same. I am passing $to to the clouser with "use".
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community