You need to print the tekst with the correct tags if you use html in your emails
{!! $text !!}
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi,
I'm trying to send a plain text email with some info. The problem here is that sometimes the line breaks correctly and other times don't. I tried to force it with \r\n but Laravel assumes it as a regular text and prints "\r\n"
I'm using Sublime Text 3 and the line endings are set to Unix.
Thank you.
Simple solution... I added at least two spaces before the line break.
Please or to participate in this conversation.