
GSK72 (Customer) asked a question.
BRX email question
I am trying to get the BRX to send me updates relating to the status of a sensor. When I set up the email system and send a test email, outlook is showing me that the text gets split into two lines even though on the BRX I put that text as one string. Does anyone know why it does it? here are the screenshots of what I am doing:
Try removing the '0A', one at a time, for function #'s 5, 7, and 9. Test each time and note what happens.
If it isn't resolved in that process let us know. :)
I removed each of the new line points and didn't change much and ended up removing all of them except the one after the date and this is what I got:
EDIT - sorry CR/LF is $0D$0A
Your email client/server (whatever) may need to see CR/LF for proper SMTP email formatting.
$N maps to
$0A0D$0D$0A in Designeror just do
$0A$0D$0D$0A.Try that and see if that helps.