Has anyone ever noticed that occasionally, in certain places, email notifications are missing newlines that exist in the MessageBody tab?
For example, I have:
Descriptor: {variable}
Descriptor2: {variable}
and the email contains:
Descriptor: [something] Descriptor2: {variable}
If I enter an extra newline between the two, then the output looks like:
Descriptor: [something]
Descriptor2: [something]
So it looks like the newlines are missing only in certain circumstances. Note I have a large notification and usually only one newline goes missing, with no logical pattern that I can find.