PDA

View Full Version : Email VP Message Body


dboyles
Aug 19, 2011, 05:51 PM
Anyone know how to force a new line, or CR in the message body of an email or MMS message?

It's eluding me if its there.

Thanks!

ewelin
Aug 24, 2011, 03:27 PM
If the message is an html based message try using:
<br />

skippy76
Aug 29, 2011, 09:14 AM
Other than via HTML, are you saying that CR's are not getting passed through? I could if you like consider adding support for <br> in regular Plain Text messages.

dboyles
Sep 12, 2011, 02:15 PM
Say for example, that I wanted the email to look like:

This
is
a
Test

When sent, looks like:

ThisisaTest


Also, switching to HTML is not appealing because I also want to send this to a cell phone via MMS. When sending HTML via MMS, only the message subject appears to get through.

Please let me know what you think!

Thanks for helping out.