How to organize sentences by separating them from one line or giving space when sending email. I used (/) but in the email everything appears glued. I want to organize giving space and lines between phrases
Hi @fabricetaio
Try using \n or <br>
You are making a list but those elements work with string.So use Join block.
Show me please exemplo ![]()
Just remove the make a list block and use join block instead
Did not work
same problem
Try using the \n block now
Hi dear,
To give space in your email use this server spacing code β%02β or you can use plus"+" symbol without space between texts.
Then to give paragraphs use this server paragraph code β%0Aβ. No space should appear.
E.g mailto:youremailaddress@email.com?subject=Your email subject=This%02Email%02Subject&body=hello%02 (space)how%02are%02you.%0A (paragraph)Thank.
I hope you understand.
/Big9ja
good tip, however space is %20
Taifun
\n should work, see also App Inventor Code Snippets | Pura Vida Apps
Taifun
Dear whichever you do will workβ
also plus can do same work.
I think you should try. %02 is want I prefer but %20 do same work

