Answer the question
In order to leave comments, you need to log in
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)
);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question