0

Depending on which email app I used, the line break (does not) work:

  1. possibility: using "\n" as a line break:

In some E-Mail applications it works fine and in other apps it ignores them (so there is no wordwrap).

  1. possibility: using enter image description here as a line break:

For the apps where the 1st option worked it shows some like that:

enter image description here

and in the E-Mail apps where the 1st option didn´t worked it works.

Does somebody know how i can solve the Probleme so the wordwrap works for every E-Mail App?

Thanks!!

FreeDevGer
  • 27
  • 4
  • 1
    that depends on each individual app. if you use `
    ` make sure to specify that the content type is html when firing the intent. But then other problems arise. See https://stackoverflow.com/questions/43321168/sending-html-email-from-android-app-using-an-intent
    – njzk2 Sep 07 '21 at 20:24
  • TLDR: there's no way to guarantee how 3rd partys act. You could send your own emails: https://stackoverflow.com/a/60090464/413127 – Blundell Sep 07 '21 at 20:57
  • Email apps can send plain text or html mails. – blackapps Sep 08 '21 at 07:00

0 Answers0