- Issue created by @eelkeblok
- @eelkeblok opened merge request.
- 🇬🇧United Kingdom adamps
I believe this is "working as designed" and the behaviour is the same in swiftmailer and Drupal Symfony Mailer Lite.
If you pass in MarkupInterface, then it is treated as HTML. You can control line breaks using HTML tags such as
br
andp
. Sure, Drupal can generate the correct line endings, but they don't have any affect on the layout of HTML.