Support the ongoing development of Laravel.io →
Mail Queues
Last updated 1 year ago.
0

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;
Last updated 1 year ago.
0

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 ..

Last updated 9 years ago.
0

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?

0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.