react-native-mail
react-native-mail copied to clipboard
A wrapper on top of MFMailComposeViewController from iOS and Mail Intent on android
Hi, I want to send iamage as an atachment, but how to get absolute path to image that is used within the react native view from Raect Native?
Cannot get building with React Native 0.60 for Android: Error bellow `> > Task :react-native-mail:compileDebugJavaWithJavac FAILED > > Deprecated Gradle features were used in this build, making it incompatible with...
I would be great to support BLOB attachments. Currently, to send a `json` I have to create a temporary file and pass a link. Passing a BLOB would so much...
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](https://github.com/Artirigo/react-native-file-provider) so that...
When attaching the pdf which is created from react-native-html-to-pdf and passing the filePath throws permissions denied for attachments on android. Works fine on IOS.
**I want to send email with image in body, as the library only support the simple translation for plain text, so update the code as below(The path is starting with...
Getting an error can't attach the empty file. How to solve this issue below my code Mailer.mail({ subject: 'need help', recipients: ['[email protected]'], body: 'A Bold Body', isHTML: true, attachment: {...
Hi! I have an issue with opening mail on the iOS. I have an iPhone X with 11.2.2. I have set up an email account on it. When I compose...
After i send the email how to handle callback? i use android but the callback not triggered?