B
B
BellZaph2020-02-13 01:14:37
PHP
BellZaph, 2020-02-13 01:14:37

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

2 answer(s)
B
BellZaph, 2020-04-14
@BellZaph

I am a degenerate

K
Kirill Nesmeyanov, 2020-02-13
@SerafimArts

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 question

Ask a Question

731 491 924 answers to any question