O
O
Oleg Biryuk2019-04-05 23:10:19
Laravel
Oleg Biryuk, 2019-04-05 23:10:19

Why is the raw html markup of a Laravel email output?

I set up mail distribution in Laravel and the letters were formed normally. Then at some point (although I did not change the mailing method), the letters began to be sent in the form of raw html markup. What could fly? Here is a piece of code:

Mail::to($event->reply->post->owner->email)->send(
            new ReplyCreatedMail($event->reply)
        );

5ca7b5efdf221112038393.png5ca7b5fa77fcf531957183.png

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question