angelos3lex / react-native-smtp-mailer

Send emails by connecting to smtp server+attachments, using android javamail and ios mailcore2
39 stars 32 forks source link

Fix inconsistency between Android and iOS success message #15

Closed MarkusPettersson98 closed 4 years ago

MarkusPettersson98 commented 4 years ago

While I was developing a new app with this library I noticed an inconsistency between success messages passed from the Android bridge and the iOS bridge. Even though it is a very minor patch I think it would help with the perception of this library to newcomers.

Notes

Android bridge now returns a JSON-object with success parameter if mail was sent successfully (just as iOS bridge already does).