katzer / cordova-plugin-email-composer

Edit and send email messages
Apache License 2.0
345 stars 336 forks source link

core.js:4197 ERROR TypeError: ctx.contact is not a function #355

Open manel00 opened 3 years ago

manel00 commented 3 years ago

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 = "support@myenterprise.com"

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!

jfoclpf commented 2 years ago

Android or iOS?