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

can't attach empty file

Open nsethuraman opened this issue 7 years ago • 1 comments

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: { path: RNFS.DocumentDirectoryPath + '/Log.txt',
type: 'txt',
name: 'log',
} }, (error, event) => {

});

}

nsethuraman avatar Oct 05 '18 06:10 nsethuraman

I met the same issue on Android, do you have any update?

qiankf avatar Feb 13 '19 03:02 qiankf