You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let email = {
to: contact_TSA,
attachments: [
'file://assets/icon.png',
],
subject: 'New Request',
body: "I'm writing you due to",
isHtml: true
}
// Send a text message using default options
this.emailComposer.open(email);
Thank you!
The text was updated successfully, but these errors were encountered:
Hello, how to fix it? I'm using Ionic 5 and trying to use Email composer but it gives this error
My code:
let contact_TSA = "[email protected]"
Thank you!
The text was updated successfully, but these errors were encountered: