react-native-mail
react-native-mail copied to clipboard
A wrapper on top of MFMailComposeViewController from iOS and Mail Intent on android
We are trying to use this with [Expo](https://expo.io/) and running into issues. Before we start debugging we wanted to know if this is even supported. Thank you for your help
Hi, I am using react-native-mail to email some application logs to support team. In my phone, I have two email clients installed; Gmail and Outlook. When I try to email...
I am using the library for my application and everything works fine with every mail client but the one provided by Samsung. In this case, even if I try to...
at HTML nor img() tag nor anchor tag working.
Are there Typings for typescript for this project anywhere?
Rebased #11 (the first PR for multiple attachments). Tested and working on iOS, and with Android changes from @kneza23 #### Breaking changes `attachment:{}` is now `attachments:[]`, e.g.: ```js Mailer.mail({ subject:...
For ios, when it call method to send email, app is crashing and also no hint message there? can anyone help me please?
This library says it has automatic linking, but if so, then why would we need to run `react-native link`? If it supported automatic linking then we normally don't have to...
Hi, First of all, thanks for the great lib, this really saved my project! Just a little question tho, is there any way I can try to trigger some sort...
Starting with Android SDK 24 it is no longer allowed to expose the file: path. Instead it's recommended to use the content: URI. More info here: https://developer.android.com/reference/android/os/FileUriExposedException.html