Forum Laravel send email with different data
Hi.
I have code: Mail::send('emails.einkaufen', ['data'=>$request['repair_report_einkaufen']], function ($m) use ($delivery)
but I have to send also in email.einkaufen also data from 'repair_report_einkaufen1. How can I add second data?
Please sign in or create an account to participate in this conversation.
There's no shortage of content at Laracasts. In fact, you could watch nonstop for days upon days, and still not see everything!
Get Started
send email with different data
Hi.
I have code: Mail::send('emails.einkaufen', ['data'=>$request['repair_report_einkaufen']], function ($m) use ($delivery)
but I have to send also in email.einkaufen also data from 'repair_report_einkaufen1. How can I add second data?