Page 1 of 1

Line feed for Carriage Return in message body

Posted: Wed Aug 21, 2013 4:56 pm
by tmlsunrise
How can I add a line feed or carriage return to in the message body of emails sent via the event manager?

"New File HTTP Upload

%Name"

Returns:
New File HTTP Upload testname

All on one line.

Re: Line feed for Carriage Return in message body

Posted: Wed Aug 21, 2013 5:08 pm
by FTP
You can try the html code "<br>".

Re: Line feed for Carriage Return in message body

Posted: Wed Aug 21, 2013 5:19 pm
by tmlsunrise
That worked thank you!!