I've been trying to write a program which can send emails and I've gone to this topic.
However, neither of its answers work. I tried the the code given in the accepted answer and Android SDK is giving me this alert: no application may perform this action
. The other code, given by yuku, gives Unsopported action: This action is not currently supported
alert.
Can someone help me with this? Any step by step tutorials? By the way, I would prefer a solution which doesn't require a prompt asking which email server is the user using, but that's optional and extra for now.
I also tried: Sending e-Mail in Android