katzer / cordova-plugin-email-composer

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

Email Composer fails to open Email if an account is not registered in latest IOS devices(iPhone 11 Pro Max, iPhone X) #344

Closed Akshay-Kibbcom closed 2 years ago

Akshay-Kibbcom commented 4 years ago

When we use Email composer plugin in an IOS device where Email is not registered. The email will not open or pop any error.[IOS 13+]

In older versions, we get a popup saying No Email Account is registered.

let email = {
  to: 'max@mustermann.de',
  cc: 'erika@mustermann.de',
  bcc: ['john@doe.com', 'jane@doe.com'],
  attachments: [
    'file://img/logo.png',
    'res://icon.png',
    'base64:icon.png//iVBORw0KGgoAAAANSUhEUg...',
    'file://README.pdf'
  ],
  subject: 'Cordova Icons',
  body: 'How are you? Nice greetings from Leipzig',
  isHtml: true
}

// Send a text message using default options
this.emailComposer.open(email);

Any solution to handle this issue??

Reference: https://ionicframework.com/docs/native/email-composer

canadaka commented 4 years ago

We noticed this same issue.

martin-richter-uk commented 4 years ago

+

jfoclpf commented 2 years ago

duplicate of #363