Closed nwhetsell closed 4 years ago
This is probably a side effect of the sanitization/parsing that takes place within the Help Scout application. Is this causing an issue on your end?
Having extra spaces at the ends of paragraphs isn’t the end of the world, but yes, pretty much. As it stands now, it doesn’t seem like the Help Scout API can send emails that are exactly what you’d get if you used the built-in editor on helpscout.net, since there are extra spaces at the ends of paragraphs.
Consider this (somewhat pseudo-) code:
On Help Scout, the email unexpectedly has space characters after both paragraphs; the email on Help Scout is
rather than
where I’m using
␣
to denote a space character.This is also the case if
$thread->asDraft()
is ommitted; the sent email has space characters after both paragraphs.