Button Send Mail


I made an application that when I press a key should send an email to an address entered and subject entered but receives an error
error602: No Action information in Activitstarter was found yet I have associated an activitystarter to the button

mailto:hroma@gop.it?subject=Richiesta assistenza&body=Potreste+richiamarmi.+Send by GopApp

You need to set an action e.g.
android.intent.action.SEND

see example here

http://ai2.appinventor.mit.edu/reference/other/activitystarter.html

I solved it like thisù

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.