Answer the question
In order to leave comments, you need to log in
Why is laravel sending the same email multiple times?
Several letters arrive for each mail
Pseudocode
Mail::to($poluchatel)->send(new view(data));
sleep(4);
Mail::to($debugmail)->send(new view(data));
sleep(4);
Mail::to($adminmail)->send(new view(data));
Answer the question
In order to leave comments, you need to log in
Because you send the same email multiple times. See code on "pseudocode".
Your cap (s)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question