D
D
Dmitry Baskakov2021-06-18 15:57:08
Laravel
Dmitry Baskakov, 2021-06-18 15:57:08

How to send emails in Laravel using the mail function in the Illuminate\Support\Facades\Mail wrapper?

There is a code

Mail::to('тут почта')
            ->html($body)
            ->send();

How to send a letter not through the SMTP server, but as in the mail () function?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladislav Lyskov, 2021-06-18
@dmitrybascacov

in .env there is such a line MAIL_MAILER=smtp
set another value

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question