Dear Team,
I am a bit desperate to find a solution. From the last update (14.6) of the iOS, our HTML emails are loaded as text and the HTML is not showing anymore.
How does it work? Inside our internal mobile app we are using pretty easy method to load HTML into iOS email client:
Linking.openURL(mailto:test@gamil.com?subject=somesubjectline&body=<p>HTML example</p> );
An update ago the paragraph tags were not visible and the client loaded the HTML perfectly fine!
Unfortunately now the email display tag as plain text which is unwanted.
Any ideas on how to enforce email client to load HTML correctly and send it to the recipient correctly as well?
Thank you in advance for your help! Avarga