Why is everything written in one line in the email? What am I doing wrong?

The issue is likely caused by not including line breaks in your email content. To fix this, you need to add "\r\n" or "<br>" at the end of each line to create new lines in the email body.

$email_content = &quot;Hello,\r\nThis is a test email.\r\nThank you.&quot;;