BitsAndBytes Active Member Licensed User Jul 7, 2016 #1 How the user can send plain text email on an email account through his installed app?
DonManfred Expert Licensed User Longtime User Jul 7, 2016 #2 Ask the user for credentials and then use Net library to send the Mail with his SMTP server Upvote 0
NJDude Expert Licensed User Longtime User Jul 7, 2016 #3 If you want your app to send the email then do what DonManfred suggested, if you want to use the installed email client, then just use an intent, the easiest way is using the intent. Last edited: Jul 7, 2016 Upvote 0
If you want your app to send the email then do what DonManfred suggested, if you want to use the installed email client, then just use an intent, the easiest way is using the intent.