hi! i was able to compile and successfully send an email that looks
like these:
http://davanum.wordpress.com/2007/12/22/android-send-email-via-gmail-actually-via-smtp/
using a java project. but when i tried to use it with android using
the emulator, the application crashed.
when i traced the code, it seems that this line is the cause:
MimeMessage message = new MimeMessage(session);
can you help me? why is there a problem with the creation of a
mimemessage?
thanks!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to