angelos3lex / react-native-smtp-mailer

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

Fixed inconsistency between Android and iOS success message #16

Closed MarkusPettersson98 closed 5 years ago

MarkusPettersson98 commented 5 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).

angelos3lex commented 5 years ago

Nice, Thanks!