Without using BCC I think the only way to accomplish that would be putting in a foreach loop.
foreach( $to_arr as $to ) :
$message->to($to)->subject($msg->title);
endforeach;
thank you for your answer , I have solved my problem with a another method because i have to send more than 10000 email per day ..
AmerElhalabi said:
thank you for your answer , I have solved my problem with a another method because i have to send more than 10000 email per day ..
how did you solve it? can share?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community