Author Topic: Line Feeds  (Read 1641 times)

owencook

  • Newbie
  • *
  • Posts: 1
Line Feeds
« on: January 06, 2022, 06:42:11 am »
I have a paid up version of Aqua Mail. I have just transferred from an Samsung Android 6 tablet to a Lenovo Android tablet.
I get a daily email listing that used to read:

blahblah1
blahblah2
blahblah3

but now reads;

blahblah1 blahblah2 blahblah3

The source code of the message generator uses \n for a new line.

Are there any suggestions as to where I might look in AquaMail to change its line feed behaviour

TIA

Justin

  • Sr. Member
  • ****
  • Posts: 327
Re: Line Feeds
« Reply #1 on: January 06, 2022, 06:34:14 pm »
If it's a HTML Mail, then <br> should force new line.

\n looks like new line in php output or something else.