• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

App Inventor Send mail without intent

I am trying to get in side the body a Variable with was inputted inside the EDITText Forms. It needs to be a string.
In your "body" String you should be using your String variables which already have the values from your EditText/s converted to strings.

I made the changes and cleaned it up for you:
Java:
String body = "Voornaam " + de_naam + " Achternaam " +  de_achternaam + " Email :" + de_email + " Telefoon:" + de_Telefoon;
 
Upvote 0

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones