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

Dev works fine but in release got a Exception #32

Closed rafawhitee closed 4 years ago

rafawhitee commented 4 years ago

Hello, i'm using the smtp mailer and in Developer works fine, but in release mode i got a Exception:

Sem título

Someone knows about the Exception and how resolve?

rafawhitee commented 4 years ago

Problem resolved.

The problem was the Proguard, put the following config in android/app/proguard-rules.pro

-keep class javax. {*;} -keep class com.sun.* {;} -keep class myjava. {*;} -keep class org.apache.harmony.* {;} -dontwarn java.awt. -dontwarn java.beans.Beans -dontwarn javax.security. -dontwarn javax.activation.**