> Hi, i want to send a e-mail from a android activity using alternative > smtp server ( for example "smpt.myserver.com") and not using the user > account (example [email protected]). I can do this using external java > libraries ( JavaMail ) but is there a way to do this using the android > sdk.
No, you will still need to use some third-party JAR for this (e.g., JavaMail, if you can get it working on Android). -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 2.0 Available! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

