nativescript-email icon indicating copy to clipboard operation
nativescript-email copied to clipboard

:envelope: NativeScript plugin for opening draft e-mails

Results 10 nativescript-email issues
Sort by recently updated
recently updated
newest added

JS: Error in email.compose: Error: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.SENDTO typ=text/pla in flg=0x10000000 (has extras) } JS: android.app.Instrumentation.checkStartActivityResult(Instrumentation.jav a:1861) JS: android.app.Instrumentation.execStartActivity(Instrumentation.java:1534) JS: android.app.ContextImpl.startActivity(ContextImpl.java:1658) JS: android.app.ContextImpl.startActivity(ContextImpl.java:1640) JS:...

My app is written using nativescript 6.8.0, "@nativescript/core": "^6.5.15", "@nativescript/email": "^2.0.0", android: 6.5.3 and ios: 6.5.2 The app executes the following code properly and correctly determines that email is available...

hello, sorry but i don't understand if to open the email client i should use the nativescript social plugin or also this plugin can do it both on android and...

Does attaching PDFs work with this plugin? I am getting a 'File not Found' error for the remote URL path to the PDF, but it is the correct path and...

help wanted

First off, thanks for making this! 👍 I use gmail as my main email client, would be sweet to incorporate that as a check, so possibly check for gmail first,...

enhancement

Hi, Looks like when we have the attachments it fails with the following message (undefined is not a object (evaluating 'path.indexOf'). After researching I found that the code uses 'for...

Like in this article: https://sendgrid.com/blog/embedding-images-emails-facts/ Would be great if we could do that sort of CID thing.

On Android I get this exception in the system logs, even though all paramters are correct. The email activity is started nevertheless, so this is not critical, but I think...

Hi, I got gmail email app as well as Outlook email app installed on my phone. When I select gmail, it composes the email fine with a body, and also...