Pira.cz Technical Forum

Utilities => Silence Detector => Topic started by: Chas@RKR on November 13, 2017, 07:29:59 pm

Title: Multiple lines in email message text
Post by: Chas@RKR on November 13, 2017, 07:29:59 pm
Hi,
I need to include three lines in my email message text for sending through an SMS gateway.

I have tried entering the line like

First line ^CRLF Second Line ^CRLF Third line

but it all comes as one line in the email.

This should be simple but I can't remember how to include a Carriage Return & Line Feed character within a plain text message.

Any help gratefully received.

Cheers

Chas.
Title: Re: Multiple lines in email message text
Post by: Jan on November 13, 2017, 07:44:29 pm
Correct tag for this case is %br
Title: Re: Multiple lines in email message text
Post by: Chas@RKR on November 13, 2017, 07:52:14 pm
Jan, you're a STAR!

Thanks, worked like a charm.

Entering

first line %br second line %br third line

Results in

first line
second line
third line.

I use fastsms.co.uk to send an email to an SMS and it needs the three lines containing ID, Token and Text.

This now works like a charm.

Hope it helps others.

Chas.