how to create/send mail, and use tabhost ?

susu

Well-Known Member
Licensed User
Longtime User
New Phone library supports sending email already.
 
Upvote 0

peacemaker

Expert
Licensed User
Longtime User
Why code like in sample:

B4X:
Dim Message As Email
Message.To.Add(main.EMAIL)
Message.Subject = "subj"
StartActivity(Message.GetIntent)
gives the error:
android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.SEND_MULTIPLE typ=plain/text (has extras) }
?
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
Upvote 0

Brad

Active Member
Licensed User
Longtime User
The emulator does not support sending email. You can however use K9mail for Android which will allow sending email via the emulator.. At least it works using Java.
 
Upvote 0
Top