react-native-mail
react-native-mail copied to clipboard
A wrapper on top of MFMailComposeViewController from iOS and Mail Intent on android
After I send the email App crashing in IOS.
https://stackoverflow.com/questions/38200282/android-os-fileuriexposedexception-file-storage-emulated-0-test-txt-exposed 
I know this issue has been answered, but I have a user who's getting this, and he swears that he has the `mail` app installed and has an account set...
Hi, Can you please explain the correct code to pass an array with a series of name and email addresses to react-native-mail? Thanks in advance! When passing an array with...
I am trying to send a photo by mail with the help of this module and get the following error: ``` index.ios.bundle:28842Exception '-[MFMailComposeInternalViewController addAttachmentData:mimeType:fileName:] attachment must not be nil.' was...
Set up isHTML:true, sending content is not HTML mail. help me!
I want to change the message in these alerts to support I18n. How can I do that?
This PR adds multiple file attachments sending via the newer FileProvider API which is required from Android 8.0 and above. It should also work with lower versions; tested on 6.0....
I need to show an alert only if the user has sent email. If the user has cancelled or saved mail in drafts, then i should not show alert. When...