I suspect the line length causes a break. To check that try splitting the address line at the hyphen or removing the “PLEASE” at the beginning of the line Albert
> On Jan 17, 2018, at 10:23 AM, Jim Belisle <[email protected]> wrote: > > We send out invoices via email as pdf attachments. > Within the email body itself, we have multiple lines with instructions. > I use the (CHAR(13)) at the end of each line to put in a carriage return. > However for some reason carriage returns show up in strange places. > > Example: (these are just the first two lines. There are more following the > second line.) > ('Body:The invoice for your recent order is attached. Thank you!'+(CHAR(13))+ > + > 'PLEASE NOTE OUR ADDRESS HAS CHANGED-WE NO LONGER HAVE A PO BOX!'+(CHAR(13))+ > + > > The first line shows in the email properly – see below. > The invoice for your recent order is attached. Thank you! > > The second line shows up this way. Looks strange. > PLEASE > NOTE OUR ADDRESS HAS CHANGED-WE NO LONGER HAVE A PO BOX! > > Each email body to each customer shows up the same. > Any blues clues as to why this would happen? > > James Belisle > > Making Information Systems People Friendly Since 1990 > <image001.jpg> > > > -- > For group guidelines, visit > http://www.rbase.com/support/usersgroup_guidelines.php > <http://www.rbase.com/support/usersgroup_guidelines.php> > --- > You received this message because you are subscribed to the Google Groups > "RBASE-L" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- For group guidelines, visit http://www.rbase.com/support/usersgroup_guidelines.php --- You received this message because you are subscribed to the Google Groups "RBASE-L" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

