I'm following this example:
Sending Email in Android using JavaMail API without using the default/built-in app
But it isn't working, its breaking when it going into the GMailSender class But I believe I have determined what the problem is for some reason android ins't able to see the Javamail libraries.
I'm not sure why that is I have added the libraries through my project via "Build Paths -> Add External Archives". Am I suppose to add them somewhere else or in a different way in order for my android to "see" the javamail Libraries??
Thanks in advance.