In order to take advantage of iOS 14 default Mail app, we now use "mailto". How can we insert line breaks into the body of the email?
None of the following methods work:
\n
\r
%0D%0A
%0D
<br>
In order to take advantage of iOS 14 default Mail app, we now use "mailto". How can we insert line breaks into the body of the email?
None of the following methods work:
\n
\r
%0D%0A
%0D
<br>
Forget about it. Apple changed the line feed for security reasons. %0D%0A at this moment does not work.