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

This PR is based on work that @kacyn did for the original PR here https://github.com/chirag04/react-native-mail/pull/65 This also supports attachments in Outlook within Android

I have a React Native app (Only for IOS) and I implemented a feature where user can share a pdf file via email using the Mail app on ios devices....

When press send or cancel button on MFMailComposeViewController is not dismissing

I am working on making a React app and send email via frontend only. I don't mean to use backend api such as nodemailer. Hence I need react native solution....

Hi guys! I found an issue and actually is pretty easy to fix. I'm seeing that `MFMailComposeViewControllerDelegate` (in `RNMail.m`) is not dismissing the `MFMailComposeViewController`, instead of that look on the...

When you specify a `name` for the attachment, the custom name does not carry over to Android's Mail app--it just shows the actual file's name. (But the `name` variable works...

Library works as expected but PayPal app is in the list of email clients. On clicking PayPal, if the paypal app is running in background, it just opens Paypal, otherwise...

after install and link, but it show error : undefined is not an object (evaluating '_reactNativeMail2.default.mail') when call handleEmail = () => { Mailer.mail({ subject: 'need help', recipients: ['[email protected]'], ccRecipients:...

In iOS not opening mail please provide me valid configuration. Thank you in advance

seletedImages = [{"fileCopyUri": "content://com.android.externalstorage.documents/document/primary%3ADCIM%2FCamera%2F20210823_180553.jpg", "name": "20210823_180553.jpg", "size": 4844994, "type": "image/jpeg", "uri": "content://com.android.externalstorage.documents/document/primary%3ADCIM%2FCamera%2F20210823_180553.jpg"}] Mailer.mail( { subject: selectedIndex == 0 ? 'Issue' : 'Suggestion', recipients: [''], body: deviceInfo, customChooserTitle: 'This is my...