react-native-mail
react-native-mail copied to clipboard
Attachments do not work with outlook mail
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 with Gmail, I can send an attachment with the mail, but with outlook, attachments do not work. I'm assuming that there's nothing wrong with my code as it works very well on the Gmail (Android; not tested on iOS). Is that something that this repo should look after or outlook should be responsible for that?
Did you find a resolution?
I've actually finished working on the project that produced this issue but did not find any solution to that. It was not a priority for us to be able to use outlook actually!
Keeping the issue open for further discussion.
Has this been tested in iOS? With iOS 14, and ones below?
It was found not working with iOS 12 and below. Not sure about latest versions.
@vatsalkgor This opens up mail only in Mail app right? Not directly in Gmail/ Outlook for iOS?
@sumi-svmx As I said, I've not done much testing on iOS. Our priority was to be able to send email regardless of the email client.
In android a prompt was appearing if you've multiple clients installed. And then you can send email in the client you choose. So I believe as it is a native module, it would be calling the Native APIs under the hood so whatever the default expected behaviour of the iOS system is, should be triggered.