react-native-mail icon indicating copy to clipboard operation
react-native-mail copied to clipboard

A wrapper on top of MFMailComposeViewController from iOS and Mail Intent on android

Results 84 react-native-mail issues
Sort by recently updated
recently updated
newest added

Would it be possible to configure the plugin to use Gmail instead of the default Mail app on iOS?

Hey there, Firstly, thanks for this lib, it's working really nicely for sending attachments across iOS/android. We are, however, noticing an issue with unwanted space being added to the email...

How to add js variable inside HTML email body?

Currently, emails cannot be attached on android unless the attachment is on an external storage. This can be resolved by: 1. Using a FileProvider such as a react-native-file-provider so that...

I saw multiple PRs but I'm not sure if that is supported yet as the documentation doesn't show it. thanks in advance!

Is it possible to just pass through a string for the mime types so I don't have to use the limited ones hard coded in the app?

in ios doesnt work file extension. ![image](https://user-images.githubusercontent.com/11505992/46490697-10e6dd80-c7df-11e8-85ba-550d883cfffd.png) and this is my code ![image](https://user-images.githubusercontent.com/11505992/46490749-34118d00-c7df-11e8-9bec-a308eeb314b8.png)

After upgrading my RN project to 0.61.1 (from 0.59) I get the following error when trying to run the app: ``` warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set...

Can't send any HTML body inside an android email. It's been posted a few times here and still no fix..