Closed chrqls closed 11 years ago
Charles, are there libraries missing that are required? When I build, we see to be missing javax.mail and javax.activation.
3 jars to add to the project: activation.jar + additionnal.jar + mail.jar http://code.google.com/p/javamail-android/downloads/list
source: https://github.com/SMILEConsortium/smile_teacher_android/issues/25#issuecomment-23643407
Better code, better presentation.
The class SendEmailAsyncTask can be used for other exceptions. When you are in a condition with an exception, you just add this line:
new SendEmailAsyncTask("your message","type of exception","current class").execute();