Greetings,
I have been calling the phone's email like this.
Dim msg As Email
msg.Subject = "Song Requests"
msg.Body = EditTextRequestedSongs.Text
msg.To.Add("
[email protected]")
StartActivity(msg.GetIntent)
Is there a way in B4A to send the email from the app without actually...