Hi,
I’d like to send an email with my browser on my PC (run browser), with outlook.
First i have to use “cordova.plugins.email” because the EmailComposer send me a available = undefined.
Then, i can open my outlook email with text but it’s not formatted in HTML, it keeps the html Tags
let emailObj = {
to: ['xxx@test.fr'],
cc: [
],
bcc: [
],
attachments: [
],
subject: 'My subject',
body: '<p>my text body</p>',
isHtml: true
};