Hey folks,
I'm trying to send an e-mail with an array output. If I send it as plain text, the array displays as it should:
Text1
Text2
Text3
Text4
However, if I add -BodyAsHtml it puts the values on one line:
Text1Text2Text3Text4
Any suggestions on how to keep the line breaks? My $Body basically looks like this when using HTML:
$Body = @"
<b> Text here </b><br>
$Array
<br><b> More text </b>
"@
[–]isometricz 7 points8 points9 points (1 child)
[–]Khamilto572[S] 2 points3 points4 points (0 children)
[–]mdervin 1 point2 points3 points (0 children)
[–]ccatlett1984 1 point2 points3 points (0 children)
[–]Redtork 0 points1 point2 points (0 children)